3.3. EducationΒΆ

Educational attainment and enrollment.

3.3.1. Age of Persons attending an educational institution 0-4 years (Females)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 0-4 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_F'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_F'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_F',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.2. Age of Persons attending an educational institution 0-4 years (Males)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 0-4 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_M'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_M'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_M',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.3. Age of Persons attending an educational institution 0-4 years (Persons)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 0-4 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_P'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_P'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_0_4_P',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 0-4 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_0_4_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.4. Age of Persons attending an educational institution 15-19 years (Females)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 15-19 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_F'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_F'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_F',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.5. Age of Persons attending an educational institution 15-19 years (Males)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 15-19 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_M'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_M'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_M',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.6. Age of Persons attending an educational institution 15-19 years (Persons)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 15-19 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_P'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_P'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_15_19_P',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 15-19 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_15_19_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.7. Age of Persons attending an educational institution 20-24 years (Females)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 20-24 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_F'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_F'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_F',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.8. Age of Persons attending an educational institution 20-24 years (Males)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 20-24 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_M'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_M'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_M',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.9. Age of Persons attending an educational institution 20-24 years (Persons)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 20-24 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_P'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_P'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_20_24_P',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 20-24 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_20_24_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.10. Age of Persons attending an educational institution 25 years and over (Females)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 25 years and over (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_F'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_F'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_F',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.11. Age of Persons attending an educational institution 25 years and over (Males)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 25 years and over (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_M'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_M'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_M',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.12. Age of Persons attending an educational institution 25 years and over (Persons)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 25 years and over (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_P'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_P'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_P',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 25 years and over (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_edu_inst_25_ov_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.13. Age of Persons attending an educational institution 5-14 years (Females)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 5-14 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_F'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_F'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_F',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.14. Age of Persons attending an educational institution 5-14 years (Males)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 5-14 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_M'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_M'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_M',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.15. Age of Persons attending an educational institution 5-14 years (Persons)ΒΆ

Selected Person Characteristics

Measure “Age of Persons attending an educational institution 5-14 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_P'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_P'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Age_psns_att_educ_inst_5_14_P',
      'denominator'
    );

Measure “Age of Persons attending an educational institution 5-14 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Age_psns_att_educ_inst_5_14_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.16. Highest year of school completed Did not go to school (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Did not go to school (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_F'
    );

Measure “Highest year of school completed Did not go to school (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_F'
    );

Measure “Highest year of school completed Did not go to school (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_F',
      'denominator'
    );

Measure “Highest year of school completed Did not go to school (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.17. Highest year of school completed Did not go to school (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Did not go to school (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_M'
    );

Measure “Highest year of school completed Did not go to school (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_M'
    );

Measure “Highest year of school completed Did not go to school (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_M',
      'denominator'
    );

Measure “Highest year of school completed Did not go to school (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.18. Highest year of school completed Did not go to school (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Did not go to school (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_P'
    );

Measure “Highest year of school completed Did not go to school (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_P'
    );

Measure “Highest year of school completed Did not go to school (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_P',
      'denominator'
    );

Measure “Highest year of school completed Did not go to school (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_D_n_g_sch_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.19. Highest year of school completed Year 10 or equivalent (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 10 or equivalent (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_F'
    );

Measure “Highest year of school completed Year 10 or equivalent (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_F'
    );

Measure “Highest year of school completed Year 10 or equivalent (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_F',
      'denominator'
    );

Measure “Highest year of school completed Year 10 or equivalent (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.20. Highest year of school completed Year 10 or equivalent (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 10 or equivalent (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_M'
    );

Measure “Highest year of school completed Year 10 or equivalent (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_M'
    );

Measure “Highest year of school completed Year 10 or equivalent (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_M',
      'denominator'
    );

Measure “Highest year of school completed Year 10 or equivalent (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.21. Highest year of school completed Year 10 or equivalent (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 10 or equivalent (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_P'
    );

Measure “Highest year of school completed Year 10 or equivalent (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_P'
    );

Measure “Highest year of school completed Year 10 or equivalent (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_P',
      'denominator'
    );

Measure “Highest year of school completed Year 10 or equivalent (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_10_eq_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.22. Highest year of school completed Year 11 or equivalent (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 11 or equivalent (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_F'
    );

Measure “Highest year of school completed Year 11 or equivalent (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_F'
    );

Measure “Highest year of school completed Year 11 or equivalent (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_F',
      'denominator'
    );

Measure “Highest year of school completed Year 11 or equivalent (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.23. Highest year of school completed Year 11 or equivalent (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 11 or equivalent (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_M'
    );

Measure “Highest year of school completed Year 11 or equivalent (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_M'
    );

Measure “Highest year of school completed Year 11 or equivalent (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_M',
      'denominator'
    );

Measure “Highest year of school completed Year 11 or equivalent (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.24. Highest year of school completed Year 11 or equivalent (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 11 or equivalent (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_P'
    );

Measure “Highest year of school completed Year 11 or equivalent (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_P'
    );

Measure “Highest year of school completed Year 11 or equivalent (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_P',
      'denominator'
    );

Measure “Highest year of school completed Year 11 or equivalent (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_11_eq_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.25. Highest year of school completed Year 12 or equivalent (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 12 or equivalent (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_F'
    );

Measure “Highest year of school completed Year 12 or equivalent (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_F'
    );

Measure “Highest year of school completed Year 12 or equivalent (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_F',
      'denominator'
    );

Measure “Highest year of school completed Year 12 or equivalent (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.26. Highest year of school completed Year 12 or equivalent (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 12 or equivalent (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_M'
    );

Measure “Highest year of school completed Year 12 or equivalent (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_M'
    );

Measure “Highest year of school completed Year 12 or equivalent (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_M',
      'denominator'
    );

Measure “Highest year of school completed Year 12 or equivalent (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.27. Highest year of school completed Year 12 or equivalent (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 12 or equivalent (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_P'
    );

Measure “Highest year of school completed Year 12 or equivalent (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_P'
    );

Measure “Highest year of school completed Year 12 or equivalent (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_P',
      'denominator'
    );

Measure “Highest year of school completed Year 12 or equivalent (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_12_eq_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.28. Highest year of school completed Year 8 or below (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 8 or below (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_F'
    );

Measure “Highest year of school completed Year 8 or below (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_F'
    );

Measure “Highest year of school completed Year 8 or below (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_F',
      'denominator'
    );

Measure “Highest year of school completed Year 8 or below (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.29. Highest year of school completed Year 8 or below (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 8 or below (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_M'
    );

Measure “Highest year of school completed Year 8 or below (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_M'
    );

Measure “Highest year of school completed Year 8 or below (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_M',
      'denominator'
    );

Measure “Highest year of school completed Year 8 or below (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.30. Highest year of school completed Year 8 or below (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 8 or below (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_P'
    );

Measure “Highest year of school completed Year 8 or below (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_P'
    );

Measure “Highest year of school completed Year 8 or below (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_P',
      'denominator'
    );

Measure “Highest year of school completed Year 8 or below (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_8_belw_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.31. Highest year of school completed Year 9 or equivalent (Females)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 9 or equivalent (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_F'
    );

Measure “Highest year of school completed Year 9 or equivalent (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_F'
    );

Measure “Highest year of school completed Year 9 or equivalent (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_F',
      'denominator'
    );

Measure “Highest year of school completed Year 9 or equivalent (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.32. Highest year of school completed Year 9 or equivalent (Males)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 9 or equivalent (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_M'
    );

Measure “Highest year of school completed Year 9 or equivalent (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_M'
    );

Measure “Highest year of school completed Year 9 or equivalent (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_M',
      'denominator'
    );

Measure “Highest year of school completed Year 9 or equivalent (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.33. Highest year of school completed Year 9 or equivalent (Persons)ΒΆ

Selected Person Characteristics

Measure “Highest year of school completed Year 9 or equivalent (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_P'
    );

Measure “Highest year of school completed Year 9 or equivalent (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_P'
    );

Measure “Highest year of school completed Year 9 or equivalent (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_P',
      'denominator'
    );

Measure “Highest year of school completed Year 9 or equivalent (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_High_yr_schl_comp_Yr_9_eq_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34. Persons Total TotalΒΆ

Highest Year of School completed

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_Tot'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_Tot'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_Tot',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1. Females Total TotalΒΆ

Highest Year of School completed

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_Tot'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_Tot'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_Tot',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.3.34.1.1. Females Did not go to school TotalΒΆ

Highest Year of School completed

Measure “Females Did not go to school Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_Tot'
    );

Measure “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_Tot'
    );

Measure “Females Did not go to school Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_Tot',
      'denominator'
    );

Measure “Females Did not go to school Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.2. Females Did not go to school Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_15_19'
    );

Measure “Females Did not go to school Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_15_19'
    );

Measure “Females Did not go to school Age 15-19 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_15_19',
      'denominator'
    );

Measure “Females Did not go to school Age 15-19 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.3. Females Did not go to school Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_20_24'
    );

Measure “Females Did not go to school Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_20_24'
    );

Measure “Females Did not go to school Age 20-24 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_20_24',
      'denominator'
    );

Measure “Females Did not go to school Age 20-24 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.4. Females Did not go to school Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_25_34'
    );

Measure “Females Did not go to school Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_25_34'
    );

Measure “Females Did not go to school Age 25-34 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_25_34',
      'denominator'
    );

Measure “Females Did not go to school Age 25-34 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.5. Females Did not go to school Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_35_44'
    );

Measure “Females Did not go to school Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_35_44'
    );

Measure “Females Did not go to school Age 35-44 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_35_44',
      'denominator'
    );

Measure “Females Did not go to school Age 35-44 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.6. Females Did not go to school Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_45_54'
    );

Measure “Females Did not go to school Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_45_54'
    );

Measure “Females Did not go to school Age 45-54 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_45_54',
      'denominator'
    );

Measure “Females Did not go to school Age 45-54 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.7. Females Did not go to school Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_55_64'
    );

Measure “Females Did not go to school Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_55_64'
    );

Measure “Females Did not go to school Age 55-64 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_55_64',
      'denominator'
    );

Measure “Females Did not go to school Age 55-64 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.8. Females Did not go to school Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_65_74'
    );

Measure “Females Did not go to school Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_65_74'
    );

Measure “Females Did not go to school Age 65-74 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_65_74',
      'denominator'
    );

Measure “Females Did not go to school Age 65-74 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.9. Females Did not go to school Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_75_84'
    );

Measure “Females Did not go to school Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_75_84'
    );

Measure “Females Did not go to school Age 75-84 years” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_75_84',
      'denominator'
    );

Measure “Females Did not go to school Age 75-84 years” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.10. Females Did not go to school Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Did not go to school Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_85_ov'
    );

Measure “Females Did not go to school Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_85_ov'
    );

Measure “Females Did not go to school Age 85 years and over” percent of “Females Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_DNGTS_85_ov',
      'denominator'
    );

Measure “Females Did not go to school Age 85 years and over” percent of “Females Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_DNGTS_85_ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.11. Females Highest year of school not stated TotalΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_Tot'
    );

Measure “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_Tot'
    );

Measure “Females Highest year of school not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_Tot',
      'denominator'
    );

Measure “Females Highest year of school not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.12. Females Highest year of school not stated Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_15_19'
    );

Measure “Females Highest year of school not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_15_19'
    );

Measure “Females Highest year of school not stated Age 15-19 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_15_19',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 15-19 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.13. Females Highest year of school not stated Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_20_24'
    );

Measure “Females Highest year of school not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_20_24'
    );

Measure “Females Highest year of school not stated Age 20-24 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_20_24',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 20-24 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.14. Females Highest year of school not stated Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_25_34'
    );

Measure “Females Highest year of school not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_25_34'
    );

Measure “Females Highest year of school not stated Age 25-34 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_25_34',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 25-34 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.15. Females Highest year of school not stated Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_35_44'
    );

Measure “Females Highest year of school not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_35_44'
    );

Measure “Females Highest year of school not stated Age 35-44 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_35_44',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 35-44 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.16. Females Highest year of school not stated Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_45_54'
    );

Measure “Females Highest year of school not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_45_54'
    );

Measure “Females Highest year of school not stated Age 45-54 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_45_54',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 45-54 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.17. Females Highest year of school not stated Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_55_64'
    );

Measure “Females Highest year of school not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_55_64'
    );

Measure “Females Highest year of school not stated Age 55-64 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_55_64',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 55-64 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.18. Females Highest year of school not stated Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_65_74'
    );

Measure “Females Highest year of school not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_65_74'
    );

Measure “Females Highest year of school not stated Age 65-74 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_65_74',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 65-74 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.19. Females Highest year of school not stated Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_75_84'
    );

Measure “Females Highest year of school not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_75_84'
    );

Measure “Females Highest year of school not stated Age 75-84 years” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_75_84',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 75-84 years” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.20. Females Highest year of school not stated Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Highest year of school not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_85_ovr'
    );

Measure “Females Highest year of school not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_85_ovr'
    );

Measure “Females Highest year of school not stated Age 85 years and over” percent of “Females Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Hghst_yr_schl_ns_85_ovr',
      'denominator'
    );

Measure “Females Highest year of school not stated Age 85 years and over” percent of “Females Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Hghst_yr_schl_ns_85_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.21. Females Total Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_15_19'
    );

Measure “Females Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_15_19'
    );

Measure “Females Total Age 15-19 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_15_19',
      'denominator'
    );

Measure “Females Total Age 15-19 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.22. Females Total Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_20_24'
    );

Measure “Females Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_20_24'
    );

Measure “Females Total Age 20-24 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_20_24',
      'denominator'
    );

Measure “Females Total Age 20-24 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.23. Females Total Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_25_34',
      'denominator'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.24. Females Total Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_35_44',
      'denominator'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.25. Females Total Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_45_54',
      'denominator'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.26. Females Total Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_55_64',
      'denominator'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.27. Females Total Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_65_74',
      'denominator'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.28. Females Total Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_75_84',
      'denominator'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.29. Females Total Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Tot_85ov',
      'denominator'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.30. Females Year 8 or below TotalΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_Tot'
    );

Measure “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_Tot'
    );

Measure “Females Year 8 or below Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_Tot',
      'denominator'
    );

Measure “Females Year 8 or below Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.31. Females Year 8 or below Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_15_19'
    );

Measure “Females Year 8 or below Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_15_19'
    );

Measure “Females Year 8 or below Age 15-19 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_15_19',
      'denominator'
    );

Measure “Females Year 8 or below Age 15-19 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.32. Females Year 8 or below Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_20_24'
    );

Measure “Females Year 8 or below Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_20_24'
    );

Measure “Females Year 8 or below Age 20-24 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_20_24',
      'denominator'
    );

Measure “Females Year 8 or below Age 20-24 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.33. Females Year 8 or below Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_25_34'
    );

Measure “Females Year 8 or below Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_25_34'
    );

Measure “Females Year 8 or below Age 25-34 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_25_34',
      'denominator'
    );

Measure “Females Year 8 or below Age 25-34 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.34. Females Year 8 or below Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_35_44'
    );

Measure “Females Year 8 or below Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_35_44'
    );

Measure “Females Year 8 or below Age 35-44 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_35_44',
      'denominator'
    );

Measure “Females Year 8 or below Age 35-44 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.35. Females Year 8 or below Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_45_54'
    );

Measure “Females Year 8 or below Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_45_54'
    );

Measure “Females Year 8 or below Age 45-54 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_45_54',
      'denominator'
    );

Measure “Females Year 8 or below Age 45-54 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.36. Females Year 8 or below Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_55_64'
    );

Measure “Females Year 8 or below Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_55_64'
    );

Measure “Females Year 8 or below Age 55-64 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_55_64',
      'denominator'
    );

Measure “Females Year 8 or below Age 55-64 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.37. Females Year 8 or below Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_65_74'
    );

Measure “Females Year 8 or below Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_65_74'
    );

Measure “Females Year 8 or below Age 65-74 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_65_74',
      'denominator'
    );

Measure “Females Year 8 or below Age 65-74 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.38. Females Year 8 or below Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_75_84'
    );

Measure “Females Year 8 or below Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_75_84'
    );

Measure “Females Year 8 or below Age 75-84 years” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_75_84',
      'denominator'
    );

Measure “Females Year 8 or below Age 75-84 years” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.39. Females Year 8 or below Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Year 8 or below Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_85ov'
    );

Measure “Females Year 8 or below Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_85ov'
    );

Measure “Females Year 8 or below Age 85 years and over” percent of “Females Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y8b_85ov',
      'denominator'
    );

Measure “Females Year 8 or below Age 85 years and over” percent of “Females Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y8b_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.40. Females Year 9 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_Tot'
    );

Measure “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_Tot'
    );

Measure “Females Year 9 or equivalent Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_Tot',
      'denominator'
    );

Measure “Females Year 9 or equivalent Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.41. Females Year 9 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_15_19'
    );

Measure “Females Year 9 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_15_19'
    );

Measure “Females Year 9 or equivalent Age 15-19 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_15_19',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 15-19 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.42. Females Year 9 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_20_24'
    );

Measure “Females Year 9 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_20_24'
    );

Measure “Females Year 9 or equivalent Age 20-24 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_20_24',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 20-24 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.43. Females Year 9 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_25_34'
    );

Measure “Females Year 9 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_25_34'
    );

Measure “Females Year 9 or equivalent Age 25-34 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_25_34',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 25-34 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.44. Females Year 9 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_35_44'
    );

Measure “Females Year 9 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_35_44'
    );

Measure “Females Year 9 or equivalent Age 35-44 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_35_44',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 35-44 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.45. Females Year 9 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_45_54'
    );

Measure “Females Year 9 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_45_54'
    );

Measure “Females Year 9 or equivalent Age 45-54 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_45_54',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 45-54 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.46. Females Year 9 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_55_64'
    );

Measure “Females Year 9 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_55_64'
    );

Measure “Females Year 9 or equivalent Age 55-64 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_55_64',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 55-64 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.47. Females Year 9 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_65_74'
    );

Measure “Females Year 9 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_65_74'
    );

Measure “Females Year 9 or equivalent Age 65-74 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_65_74',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 65-74 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.48. Females Year 9 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_75_84'
    );

Measure “Females Year 9 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_75_84'
    );

Measure “Females Year 9 or equivalent Age 75-84 years” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_75_84',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 75-84 years” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.49. Females Year 9 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Year 9 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_85ov'
    );

Measure “Females Year 9 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_85ov'
    );

Measure “Females Year 9 or equivalent Age 85 years and over” percent of “Females Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y9e_85ov',
      'denominator'
    );

Measure “Females Year 9 or equivalent Age 85 years and over” percent of “Females Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y9e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.50. Females Year 10 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_Tot'
    );

Measure “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_Tot'
    );

Measure “Females Year 10 or equivalent Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_Tot',
      'denominator'
    );

Measure “Females Year 10 or equivalent Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.51. Females Year 10 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_15_19'
    );

Measure “Females Year 10 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_15_19'
    );

Measure “Females Year 10 or equivalent Age 15-19 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_15_19',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 15-19 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.52. Females Year 10 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_20_24'
    );

Measure “Females Year 10 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_20_24'
    );

Measure “Females Year 10 or equivalent Age 20-24 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_20_24',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 20-24 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.53. Females Year 10 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_25_34'
    );

Measure “Females Year 10 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_25_34'
    );

Measure “Females Year 10 or equivalent Age 25-34 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_25_34',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 25-34 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.54. Females Year 10 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_35_44'
    );

Measure “Females Year 10 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_35_44'
    );

Measure “Females Year 10 or equivalent Age 35-44 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_35_44',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 35-44 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.55. Females Year 10 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_45_54'
    );

Measure “Females Year 10 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_45_54'
    );

Measure “Females Year 10 or equivalent Age 45-54 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_45_54',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 45-54 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.56. Females Year 10 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_55_64'
    );

Measure “Females Year 10 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_55_64'
    );

Measure “Females Year 10 or equivalent Age 55-64 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_55_64',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 55-64 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.57. Females Year 10 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_65_74'
    );

Measure “Females Year 10 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_65_74'
    );

Measure “Females Year 10 or equivalent Age 65-74 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_65_74',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 65-74 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.58. Females Year 10 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_75_84'
    );

Measure “Females Year 10 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_75_84'
    );

Measure “Females Year 10 or equivalent Age 75-84 years” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_75_84',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 75-84 years” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.59. Females Year 10 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Year 10 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_85ov'
    );

Measure “Females Year 10 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_85ov'
    );

Measure “Females Year 10 or equivalent Age 85 years and over” percent of “Females Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y10e_85ov',
      'denominator'
    );

Measure “Females Year 10 or equivalent Age 85 years and over” percent of “Females Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y10e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.60. Females Year 11 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_Tot'
    );

Measure “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_Tot'
    );

Measure “Females Year 11 or equivalent Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_Tot',
      'denominator'
    );

Measure “Females Year 11 or equivalent Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.61. Females Year 11 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_15_19'
    );

Measure “Females Year 11 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_15_19'
    );

Measure “Females Year 11 or equivalent Age 15-19 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_15_19',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 15-19 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.62. Females Year 11 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_20_24'
    );

Measure “Females Year 11 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_20_24'
    );

Measure “Females Year 11 or equivalent Age 20-24 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_20_24',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 20-24 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.63. Females Year 11 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_25_34'
    );

Measure “Females Year 11 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_25_34'
    );

Measure “Females Year 11 or equivalent Age 25-34 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_25_34',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 25-34 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.64. Females Year 11 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_35_44'
    );

Measure “Females Year 11 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_35_44'
    );

Measure “Females Year 11 or equivalent Age 35-44 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_35_44',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 35-44 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.65. Females Year 11 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_45_54'
    );

Measure “Females Year 11 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_45_54'
    );

Measure “Females Year 11 or equivalent Age 45-54 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_45_54',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 45-54 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.66. Females Year 11 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_55_64'
    );

Measure “Females Year 11 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_55_64'
    );

Measure “Females Year 11 or equivalent Age 55-64 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_55_64',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 55-64 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.67. Females Year 11 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_65_74'
    );

Measure “Females Year 11 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_65_74'
    );

Measure “Females Year 11 or equivalent Age 65-74 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_65_74',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 65-74 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.68. Females Year 11 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_75_84'
    );

Measure “Females Year 11 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_75_84'
    );

Measure “Females Year 11 or equivalent Age 75-84 years” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_75_84',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 75-84 years” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.69. Females Year 11 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Year 11 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_85ov'
    );

Measure “Females Year 11 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_85ov'
    );

Measure “Females Year 11 or equivalent Age 85 years and over” percent of “Females Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y11e_85ov',
      'denominator'
    );

Measure “Females Year 11 or equivalent Age 85 years and over” percent of “Females Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y11e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.70. Females Year 12 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_Tot'
    );

Measure “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_Tot'
    );

Measure “Females Year 12 or equivalent Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_Tot',
      'denominator'
    );

Measure “Females Year 12 or equivalent Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.71. Females Year 12 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_15_19'
    );

Measure “Females Year 12 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_15_19'
    );

Measure “Females Year 12 or equivalent Age 15-19 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_15_19',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 15-19 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.72. Females Year 12 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_20_24'
    );

Measure “Females Year 12 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_20_24'
    );

Measure “Females Year 12 or equivalent Age 20-24 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_20_24',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 20-24 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.73. Females Year 12 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_25_34'
    );

Measure “Females Year 12 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_25_34'
    );

Measure “Females Year 12 or equivalent Age 25-34 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_25_34',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 25-34 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.74. Females Year 12 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_35_44'
    );

Measure “Females Year 12 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_35_44'
    );

Measure “Females Year 12 or equivalent Age 35-44 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_35_44',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 35-44 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.75. Females Year 12 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_45_54'
    );

Measure “Females Year 12 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_45_54'
    );

Measure “Females Year 12 or equivalent Age 45-54 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_45_54',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 45-54 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.76. Females Year 12 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_55_64'
    );

Measure “Females Year 12 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_55_64'
    );

Measure “Females Year 12 or equivalent Age 55-64 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_55_64',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 55-64 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.77. Females Year 12 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_65_74'
    );

Measure “Females Year 12 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_65_74'
    );

Measure “Females Year 12 or equivalent Age 65-74 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_65_74',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 65-74 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.78. Females Year 12 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_75_84'
    );

Measure “Females Year 12 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_75_84'
    );

Measure “Females Year 12 or equivalent Age 75-84 years” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_75_84',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 75-84 years” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.1.79. Females Year 12 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Females Year 12 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_85ov'
    );

Measure “Females Year 12 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_85ov'
    );

Measure “Females Year 12 or equivalent Age 85 years and over” percent of “Females Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_F_Y12e_85ov',
      'denominator'
    );

Measure “Females Year 12 or equivalent Age 85 years and over” percent of “Females Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_F_Y12e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2. Males Total TotalΒΆ

Highest Year of School completed

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_Tot'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_Tot'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_Tot',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.3.34.2.1. Males Did not go to school TotalΒΆ

Highest Year of School completed

Measure “Males Did not go to school Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_Tot'
    );

Measure “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_Tot'
    );

Measure “Males Did not go to school Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_Tot',
      'denominator'
    );

Measure “Males Did not go to school Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.2. Males Did not go to school Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_15_19'
    );

Measure “Males Did not go to school Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_15_19'
    );

Measure “Males Did not go to school Age 15-19 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_15_19',
      'denominator'
    );

Measure “Males Did not go to school Age 15-19 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.3. Males Did not go to school Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_20_24'
    );

Measure “Males Did not go to school Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_20_24'
    );

Measure “Males Did not go to school Age 20-24 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_20_24',
      'denominator'
    );

Measure “Males Did not go to school Age 20-24 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.4. Males Did not go to school Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_25_34'
    );

Measure “Males Did not go to school Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_25_34'
    );

Measure “Males Did not go to school Age 25-34 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_25_34',
      'denominator'
    );

Measure “Males Did not go to school Age 25-34 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.5. Males Did not go to school Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_35_44'
    );

Measure “Males Did not go to school Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_35_44'
    );

Measure “Males Did not go to school Age 35-44 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_35_44',
      'denominator'
    );

Measure “Males Did not go to school Age 35-44 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.6. Males Did not go to school Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_45_54'
    );

Measure “Males Did not go to school Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_45_54'
    );

Measure “Males Did not go to school Age 45-54 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_45_54',
      'denominator'
    );

Measure “Males Did not go to school Age 45-54 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.7. Males Did not go to school Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_55_64'
    );

Measure “Males Did not go to school Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_55_64'
    );

Measure “Males Did not go to school Age 55-64 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_55_64',
      'denominator'
    );

Measure “Males Did not go to school Age 55-64 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.8. Males Did not go to school Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_65_74'
    );

Measure “Males Did not go to school Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_65_74'
    );

Measure “Males Did not go to school Age 65-74 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_65_74',
      'denominator'
    );

Measure “Males Did not go to school Age 65-74 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.9. Males Did not go to school Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_75_84'
    );

Measure “Males Did not go to school Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_75_84'
    );

Measure “Males Did not go to school Age 75-84 years” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_75_84',
      'denominator'
    );

Measure “Males Did not go to school Age 75-84 years” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.10. Males Did not go to school Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Did not go to school Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_85_ov'
    );

Measure “Males Did not go to school Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_85_ov'
    );

Measure “Males Did not go to school Age 85 years and over” percent of “Males Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_DNGTS_85_ov',
      'denominator'
    );

Measure “Males Did not go to school Age 85 years and over” percent of “Males Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_DNGTS_85_ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.11. Males Highest year of school not stated TotalΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_Tot'
    );

Measure “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_Tot'
    );

Measure “Males Highest year of school not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_Tot',
      'denominator'
    );

Measure “Males Highest year of school not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.12. Males Highest year of school not stated Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_15_19'
    );

Measure “Males Highest year of school not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_15_19'
    );

Measure “Males Highest year of school not stated Age 15-19 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_15_19',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 15-19 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.13. Males Highest year of school not stated Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_20_24'
    );

Measure “Males Highest year of school not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_20_24'
    );

Measure “Males Highest year of school not stated Age 20-24 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_20_24',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 20-24 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.14. Males Highest year of school not stated Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_25_34'
    );

Measure “Males Highest year of school not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_25_34'
    );

Measure “Males Highest year of school not stated Age 25-34 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_25_34',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 25-34 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.15. Males Highest year of school not stated Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_35_44'
    );

Measure “Males Highest year of school not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_35_44'
    );

Measure “Males Highest year of school not stated Age 35-44 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_35_44',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 35-44 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.16. Males Highest year of school not stated Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_45_54'
    );

Measure “Males Highest year of school not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_45_54'
    );

Measure “Males Highest year of school not stated Age 45-54 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_45_54',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 45-54 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.17. Males Highest year of school not stated Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_55_64'
    );

Measure “Males Highest year of school not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_55_64'
    );

Measure “Males Highest year of school not stated Age 55-64 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_55_64',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 55-64 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.18. Males Highest year of school not stated Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_65_74'
    );

Measure “Males Highest year of school not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_65_74'
    );

Measure “Males Highest year of school not stated Age 65-74 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_65_74',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 65-74 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.19. Males Highest year of school not stated Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_75_84'
    );

Measure “Males Highest year of school not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_75_84'
    );

Measure “Males Highest year of school not stated Age 75-84 years” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_75_84',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 75-84 years” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.20. Males Highest year of school not stated Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Highest year of school not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_85_ovr'
    );

Measure “Males Highest year of school not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_85_ovr'
    );

Measure “Males Highest year of school not stated Age 85 years and over” percent of “Males Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Hghst_yr_schl_ns_85_ovr',
      'denominator'
    );

Measure “Males Highest year of school not stated Age 85 years and over” percent of “Males Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Hghst_yr_schl_ns_85_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.21. Males Total Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_15_19'
    );

Measure “Males Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_15_19'
    );

Measure “Males Total Age 15-19 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_15_19',
      'denominator'
    );

Measure “Males Total Age 15-19 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.22. Males Total Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_20_24'
    );

Measure “Males Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_20_24'
    );

Measure “Males Total Age 20-24 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_20_24',
      'denominator'
    );

Measure “Males Total Age 20-24 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.23. Males Total Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_25_34',
      'denominator'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.24. Males Total Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_35_44',
      'denominator'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.25. Males Total Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_45_54',
      'denominator'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.26. Males Total Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_55_64',
      'denominator'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.27. Males Total Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_65_74',
      'denominator'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.28. Males Total Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_75_84',
      'denominator'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.29. Males Total Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Tot_85ov',
      'denominator'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.30. Males Year 8 or below TotalΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_Tot'
    );

Measure “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_Tot'
    );

Measure “Males Year 8 or below Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_Tot',
      'denominator'
    );

Measure “Males Year 8 or below Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.31. Males Year 8 or below Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_15_19'
    );

Measure “Males Year 8 or below Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_15_19'
    );

Measure “Males Year 8 or below Age 15-19 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_15_19',
      'denominator'
    );

Measure “Males Year 8 or below Age 15-19 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.32. Males Year 8 or below Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_20_24'
    );

Measure “Males Year 8 or below Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_20_24'
    );

Measure “Males Year 8 or below Age 20-24 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_20_24',
      'denominator'
    );

Measure “Males Year 8 or below Age 20-24 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.33. Males Year 8 or below Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_25_34'
    );

Measure “Males Year 8 or below Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_25_34'
    );

Measure “Males Year 8 or below Age 25-34 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_25_34',
      'denominator'
    );

Measure “Males Year 8 or below Age 25-34 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.34. Males Year 8 or below Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_35_44'
    );

Measure “Males Year 8 or below Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_35_44'
    );

Measure “Males Year 8 or below Age 35-44 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_35_44',
      'denominator'
    );

Measure “Males Year 8 or below Age 35-44 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.35. Males Year 8 or below Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_45_54'
    );

Measure “Males Year 8 or below Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_45_54'
    );

Measure “Males Year 8 or below Age 45-54 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_45_54',
      'denominator'
    );

Measure “Males Year 8 or below Age 45-54 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.36. Males Year 8 or below Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_55_64'
    );

Measure “Males Year 8 or below Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_55_64'
    );

Measure “Males Year 8 or below Age 55-64 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_55_64',
      'denominator'
    );

Measure “Males Year 8 or below Age 55-64 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.37. Males Year 8 or below Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_65_74'
    );

Measure “Males Year 8 or below Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_65_74'
    );

Measure “Males Year 8 or below Age 65-74 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_65_74',
      'denominator'
    );

Measure “Males Year 8 or below Age 65-74 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.38. Males Year 8 or below Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_75_84'
    );

Measure “Males Year 8 or below Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_75_84'
    );

Measure “Males Year 8 or below Age 75-84 years” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_75_84',
      'denominator'
    );

Measure “Males Year 8 or below Age 75-84 years” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.39. Males Year 8 or below Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Year 8 or below Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_85ov'
    );

Measure “Males Year 8 or below Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_85ov'
    );

Measure “Males Year 8 or below Age 85 years and over” percent of “Males Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y8b_85ov',
      'denominator'
    );

Measure “Males Year 8 or below Age 85 years and over” percent of “Males Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y8b_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.40. Males Year 9 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_Tot'
    );

Measure “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_Tot'
    );

Measure “Males Year 9 or equivalent Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_Tot',
      'denominator'
    );

Measure “Males Year 9 or equivalent Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.41. Males Year 9 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_15_19'
    );

Measure “Males Year 9 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_15_19'
    );

Measure “Males Year 9 or equivalent Age 15-19 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_15_19',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 15-19 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.42. Males Year 9 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_20_24'
    );

Measure “Males Year 9 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_20_24'
    );

Measure “Males Year 9 or equivalent Age 20-24 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_20_24',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 20-24 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.43. Males Year 9 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_25_34'
    );

Measure “Males Year 9 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_25_34'
    );

Measure “Males Year 9 or equivalent Age 25-34 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_25_34',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 25-34 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.44. Males Year 9 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_35_44'
    );

Measure “Males Year 9 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_35_44'
    );

Measure “Males Year 9 or equivalent Age 35-44 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_35_44',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 35-44 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.45. Males Year 9 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_45_54'
    );

Measure “Males Year 9 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_45_54'
    );

Measure “Males Year 9 or equivalent Age 45-54 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_45_54',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 45-54 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.46. Males Year 9 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_55_64'
    );

Measure “Males Year 9 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_55_64'
    );

Measure “Males Year 9 or equivalent Age 55-64 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_55_64',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 55-64 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.47. Males Year 9 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_65_74'
    );

Measure “Males Year 9 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_65_74'
    );

Measure “Males Year 9 or equivalent Age 65-74 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_65_74',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 65-74 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.48. Males Year 9 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_75_84'
    );

Measure “Males Year 9 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_75_84'
    );

Measure “Males Year 9 or equivalent Age 75-84 years” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_75_84',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 75-84 years” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.49. Males Year 9 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Year 9 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_85ov'
    );

Measure “Males Year 9 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_85ov'
    );

Measure “Males Year 9 or equivalent Age 85 years and over” percent of “Males Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y9e_85ov',
      'denominator'
    );

Measure “Males Year 9 or equivalent Age 85 years and over” percent of “Males Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y9e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.50. Males Year 10 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_Tot'
    );

Measure “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_Tot'
    );

Measure “Males Year 10 or equivalent Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_Tot',
      'denominator'
    );

Measure “Males Year 10 or equivalent Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.51. Males Year 10 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_15_19'
    );

Measure “Males Year 10 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_15_19'
    );

Measure “Males Year 10 or equivalent Age 15-19 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_15_19',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 15-19 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.52. Males Year 10 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_20_24'
    );

Measure “Males Year 10 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_20_24'
    );

Measure “Males Year 10 or equivalent Age 20-24 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_20_24',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 20-24 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.53. Males Year 10 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_25_34'
    );

Measure “Males Year 10 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_25_34'
    );

Measure “Males Year 10 or equivalent Age 25-34 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_25_34',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 25-34 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.54. Males Year 10 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_35_44'
    );

Measure “Males Year 10 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_35_44'
    );

Measure “Males Year 10 or equivalent Age 35-44 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_35_44',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 35-44 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.55. Males Year 10 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_45_54'
    );

Measure “Males Year 10 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_45_54'
    );

Measure “Males Year 10 or equivalent Age 45-54 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_45_54',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 45-54 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.56. Males Year 10 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_55_64'
    );

Measure “Males Year 10 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_55_64'
    );

Measure “Males Year 10 or equivalent Age 55-64 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_55_64',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 55-64 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.57. Males Year 10 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_65_74'
    );

Measure “Males Year 10 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_65_74'
    );

Measure “Males Year 10 or equivalent Age 65-74 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_65_74',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 65-74 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.58. Males Year 10 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_75_84'
    );

Measure “Males Year 10 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_75_84'
    );

Measure “Males Year 10 or equivalent Age 75-84 years” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_75_84',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 75-84 years” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.59. Males Year 10 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Year 10 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_85ov'
    );

Measure “Males Year 10 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_85ov'
    );

Measure “Males Year 10 or equivalent Age 85 years and over” percent of “Males Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y10e_85ov',
      'denominator'
    );

Measure “Males Year 10 or equivalent Age 85 years and over” percent of “Males Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y10e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.60. Males Year 11 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_Tot'
    );

Measure “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_Tot'
    );

Measure “Males Year 11 or equivalent Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_Tot',
      'denominator'
    );

Measure “Males Year 11 or equivalent Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.61. Males Year 11 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_15_19'
    );

Measure “Males Year 11 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_15_19'
    );

Measure “Males Year 11 or equivalent Age 15-19 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_15_19',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 15-19 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.62. Males Year 11 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_20_24'
    );

Measure “Males Year 11 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_20_24'
    );

Measure “Males Year 11 or equivalent Age 20-24 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_20_24',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 20-24 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.63. Males Year 11 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_25_34'
    );

Measure “Males Year 11 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_25_34'
    );

Measure “Males Year 11 or equivalent Age 25-34 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_25_34',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 25-34 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.64. Males Year 11 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_35_44'
    );

Measure “Males Year 11 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_35_44'
    );

Measure “Males Year 11 or equivalent Age 35-44 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_35_44',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 35-44 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.65. Males Year 11 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_45_54'
    );

Measure “Males Year 11 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_45_54'
    );

Measure “Males Year 11 or equivalent Age 45-54 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_45_54',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 45-54 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.66. Males Year 11 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_55_64'
    );

Measure “Males Year 11 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_55_64'
    );

Measure “Males Year 11 or equivalent Age 55-64 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_55_64',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 55-64 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.67. Males Year 11 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_65_74'
    );

Measure “Males Year 11 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_65_74'
    );

Measure “Males Year 11 or equivalent Age 65-74 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_65_74',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 65-74 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.68. Males Year 11 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_75_84'
    );

Measure “Males Year 11 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_75_84'
    );

Measure “Males Year 11 or equivalent Age 75-84 years” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_75_84',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 75-84 years” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.69. Males Year 11 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Year 11 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_85ov'
    );

Measure “Males Year 11 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_85ov'
    );

Measure “Males Year 11 or equivalent Age 85 years and over” percent of “Males Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y11e_85ov',
      'denominator'
    );

Measure “Males Year 11 or equivalent Age 85 years and over” percent of “Males Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y11e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.70. Males Year 12 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_Tot'
    );

Measure “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_Tot'
    );

Measure “Males Year 12 or equivalent Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_Tot',
      'denominator'
    );

Measure “Males Year 12 or equivalent Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.71. Males Year 12 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_15_19'
    );

Measure “Males Year 12 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_15_19'
    );

Measure “Males Year 12 or equivalent Age 15-19 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_15_19',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 15-19 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.72. Males Year 12 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_20_24'
    );

Measure “Males Year 12 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_20_24'
    );

Measure “Males Year 12 or equivalent Age 20-24 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_20_24',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 20-24 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.73. Males Year 12 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_25_34'
    );

Measure “Males Year 12 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_25_34'
    );

Measure “Males Year 12 or equivalent Age 25-34 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_25_34',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 25-34 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.74. Males Year 12 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_35_44'
    );

Measure “Males Year 12 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_35_44'
    );

Measure “Males Year 12 or equivalent Age 35-44 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_35_44',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 35-44 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.75. Males Year 12 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_45_54'
    );

Measure “Males Year 12 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_45_54'
    );

Measure “Males Year 12 or equivalent Age 45-54 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_45_54',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 45-54 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.76. Males Year 12 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_55_64'
    );

Measure “Males Year 12 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_55_64'
    );

Measure “Males Year 12 or equivalent Age 55-64 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_55_64',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 55-64 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.77. Males Year 12 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_65_74'
    );

Measure “Males Year 12 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_65_74'
    );

Measure “Males Year 12 or equivalent Age 65-74 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_65_74',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 65-74 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.78. Males Year 12 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_75_84'
    );

Measure “Males Year 12 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_75_84'
    );

Measure “Males Year 12 or equivalent Age 75-84 years” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_75_84',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 75-84 years” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.2.79. Males Year 12 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Males Year 12 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_85ov'
    );

Measure “Males Year 12 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_85ov'
    );

Measure “Males Year 12 or equivalent Age 85 years and over” percent of “Males Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_M_Y12e_85ov',
      'denominator'
    );

Measure “Males Year 12 or equivalent Age 85 years and over” percent of “Males Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_M_Y12e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3. Persons Did not go to school TotalΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_Tot'
    );

Measure “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_Tot'
    );

Measure “Persons Did not go to school Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_Tot',
      'denominator'
    );

Measure “Persons Did not go to school Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.1. Persons Did not go to school Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_15_19'
    );

Measure “Persons Did not go to school Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_15_19'
    );

Measure “Persons Did not go to school Age 15-19 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_15_19',
      'denominator'
    );

Measure “Persons Did not go to school Age 15-19 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.2. Persons Did not go to school Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_20_24'
    );

Measure “Persons Did not go to school Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_20_24'
    );

Measure “Persons Did not go to school Age 20-24 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_20_24',
      'denominator'
    );

Measure “Persons Did not go to school Age 20-24 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.3. Persons Did not go to school Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_25_34'
    );

Measure “Persons Did not go to school Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_25_34'
    );

Measure “Persons Did not go to school Age 25-34 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_25_34',
      'denominator'
    );

Measure “Persons Did not go to school Age 25-34 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.4. Persons Did not go to school Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_35_44'
    );

Measure “Persons Did not go to school Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_35_44'
    );

Measure “Persons Did not go to school Age 35-44 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_35_44',
      'denominator'
    );

Measure “Persons Did not go to school Age 35-44 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.5. Persons Did not go to school Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_45_54'
    );

Measure “Persons Did not go to school Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_45_54'
    );

Measure “Persons Did not go to school Age 45-54 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_45_54',
      'denominator'
    );

Measure “Persons Did not go to school Age 45-54 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.6. Persons Did not go to school Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_55_64'
    );

Measure “Persons Did not go to school Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_55_64'
    );

Measure “Persons Did not go to school Age 55-64 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_55_64',
      'denominator'
    );

Measure “Persons Did not go to school Age 55-64 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.7. Persons Did not go to school Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_65_74'
    );

Measure “Persons Did not go to school Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_65_74'
    );

Measure “Persons Did not go to school Age 65-74 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_65_74',
      'denominator'
    );

Measure “Persons Did not go to school Age 65-74 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.8. Persons Did not go to school Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_75_84'
    );

Measure “Persons Did not go to school Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_75_84'
    );

Measure “Persons Did not go to school Age 75-84 years” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_75_84',
      'denominator'
    );

Measure “Persons Did not go to school Age 75-84 years” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.3.9. Persons Did not go to school Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Did not go to school Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_85_ov'
    );

Measure “Persons Did not go to school Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_85_ov'
    );

Measure “Persons Did not go to school Age 85 years and over” percent of “Persons Did not go to school Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_DNGTS_85_ov',
      'denominator'
    );

Measure “Persons Did not go to school Age 85 years and over” percent of “Persons Did not go to school Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_DNGTS_85_ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Did not go to school Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4. Persons Highest year of school not stated TotalΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_Tot'
    );

Measure “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_Tot'
    );

Measure “Persons Highest year of school not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_Tot',
      'denominator'
    );

Measure “Persons Highest year of school not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.1. Persons Highest year of school not stated Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_15_19_yrs'
    );

Measure “Persons Highest year of school not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_15_19_yrs'
    );

Measure “Persons Highest year of school not stated Age 15-19 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_15_19_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 15-19 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.2. Persons Highest year of school not stated Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_20_24_yrs'
    );

Measure “Persons Highest year of school not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_20_24_yrs'
    );

Measure “Persons Highest year of school not stated Age 20-24 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_20_24_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 20-24 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.3. Persons Highest year of school not stated Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_25_34_yrs'
    );

Measure “Persons Highest year of school not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_25_34_yrs'
    );

Measure “Persons Highest year of school not stated Age 25-34 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_25_34_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 25-34 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.4. Persons Highest year of school not stated Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_35_44_yrs'
    );

Measure “Persons Highest year of school not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_35_44_yrs'
    );

Measure “Persons Highest year of school not stated Age 35-44 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_35_44_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 35-44 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.5. Persons Highest year of school not stated Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_45_54_yrs'
    );

Measure “Persons Highest year of school not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_45_54_yrs'
    );

Measure “Persons Highest year of school not stated Age 45-54 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_45_54_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 45-54 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.6. Persons Highest year of school not stated Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_55_64_yrs'
    );

Measure “Persons Highest year of school not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_55_64_yrs'
    );

Measure “Persons Highest year of school not stated Age 55-64 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_55_64_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 55-64 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.7. Persons Highest year of school not stated Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_65_74_yrs'
    );

Measure “Persons Highest year of school not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_65_74_yrs'
    );

Measure “Persons Highest year of school not stated Age 65-74 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_65_74_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 65-74 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.8. Persons Highest year of school not stated Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_75_84_yrs'
    );

Measure “Persons Highest year of school not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_75_84_yrs'
    );

Measure “Persons Highest year of school not stated Age 75-84 years” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_75_84_yrs',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 75-84 years” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.4.9. Persons Highest year of school not stated Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Highest year of school not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_85_yrs_ovr'
    );

Measure “Persons Highest year of school not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_85_yrs_ovr'
    );

Measure “Persons Highest year of school not stated Age 85 years and over” percent of “Persons Highest year of school not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Hghst_yr_schl_ns_85_yrs_ovr',
      'denominator'
    );

Measure “Persons Highest year of school not stated Age 85 years and over” percent of “Persons Highest year of school not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Hghst_yr_schl_ns_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Highest year of school not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.5. Persons Total Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_15_19_yrs'
    );

Measure “Persons Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_15_19_yrs'
    );

Measure “Persons Total Age 15-19 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_15_19_yrs',
      'denominator'
    );

Measure “Persons Total Age 15-19 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.6. Persons Total Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_20_24_yrs'
    );

Measure “Persons Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_20_24_yrs'
    );

Measure “Persons Total Age 20-24 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_20_24_yrs',
      'denominator'
    );

Measure “Persons Total Age 20-24 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.7. Persons Total Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_25_34_yrs'
    );

Measure “Persons Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_25_34_yrs'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_25_34_yrs',
      'denominator'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.8. Persons Total Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_35_44_yrs'
    );

Measure “Persons Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_35_44_yrs'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_35_44_yrs',
      'denominator'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.9. Persons Total Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_45_54_yrs'
    );

Measure “Persons Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_45_54_yrs'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_45_54_yrs',
      'denominator'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.10. Persons Total Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_55_64_yrs'
    );

Measure “Persons Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_55_64_yrs'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_55_64_yrs',
      'denominator'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.11. Persons Total Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_65_74_yrs'
    );

Measure “Persons Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_65_74_yrs'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_65_74_yrs',
      'denominator'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.12. Persons Total Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_75_84_yrs'
    );

Measure “Persons Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_75_84_yrs'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_75_84_yrs',
      'denominator'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.13. Persons Total Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Tot_85ov',
      'denominator'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14. Persons Year 8 or below TotalΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_Tot'
    );

Measure “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_Tot'
    );

Measure “Persons Year 8 or below Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_Tot',
      'denominator'
    );

Measure “Persons Year 8 or below Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.1. Persons Year 8 or below Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_15_19_yrs'
    );

Measure “Persons Year 8 or below Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_15_19_yrs'
    );

Measure “Persons Year 8 or below Age 15-19 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_15_19_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 15-19 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.2. Persons Year 8 or below Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_20_24_yrs'
    );

Measure “Persons Year 8 or below Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_20_24_yrs'
    );

Measure “Persons Year 8 or below Age 20-24 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_20_24_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 20-24 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.3. Persons Year 8 or below Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_25_34_yrs'
    );

Measure “Persons Year 8 or below Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_25_34_yrs'
    );

Measure “Persons Year 8 or below Age 25-34 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_25_34_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 25-34 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.4. Persons Year 8 or below Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_35_44_yrs'
    );

Measure “Persons Year 8 or below Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_35_44_yrs'
    );

Measure “Persons Year 8 or below Age 35-44 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_35_44_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 35-44 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.5. Persons Year 8 or below Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_45_54_yrs'
    );

Measure “Persons Year 8 or below Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_45_54_yrs'
    );

Measure “Persons Year 8 or below Age 45-54 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_45_54_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 45-54 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.6. Persons Year 8 or below Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_55_64_yrs'
    );

Measure “Persons Year 8 or below Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_55_64_yrs'
    );

Measure “Persons Year 8 or below Age 55-64 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_55_64_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 55-64 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.7. Persons Year 8 or below Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_65_74_yrs'
    );

Measure “Persons Year 8 or below Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_65_74_yrs'
    );

Measure “Persons Year 8 or below Age 65-74 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_65_74_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 65-74 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.8. Persons Year 8 or below Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_75_84_yrs'
    );

Measure “Persons Year 8 or below Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_75_84_yrs'
    );

Measure “Persons Year 8 or below Age 75-84 years” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_75_84_yrs',
      'denominator'
    );

Measure “Persons Year 8 or below Age 75-84 years” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.14.9. Persons Year 8 or below Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Year 8 or below Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_85ov'
    );

Measure “Persons Year 8 or below Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_85ov'
    );

Measure “Persons Year 8 or below Age 85 years and over” percent of “Persons Year 8 or below Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16B_P_Y8b_85ov',
      'denominator'
    );

Measure “Persons Year 8 or below Age 85 years and over” percent of “Persons Year 8 or below Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16B_P_Y8b_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 8 or below Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15. Persons Year 9 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_Tot'
    );

Measure “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_Tot'
    );

Measure “Persons Year 9 or equivalent Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_Tot',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.1. Persons Year 9 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_15_19'
    );

Measure “Persons Year 9 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_15_19'
    );

Measure “Persons Year 9 or equivalent Age 15-19 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_15_19',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 15-19 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.2. Persons Year 9 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_20_24'
    );

Measure “Persons Year 9 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_20_24'
    );

Measure “Persons Year 9 or equivalent Age 20-24 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_20_24',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 20-24 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.3. Persons Year 9 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_25_34'
    );

Measure “Persons Year 9 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_25_34'
    );

Measure “Persons Year 9 or equivalent Age 25-34 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_25_34',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 25-34 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.4. Persons Year 9 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_35_44'
    );

Measure “Persons Year 9 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_35_44'
    );

Measure “Persons Year 9 or equivalent Age 35-44 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_35_44',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 35-44 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.5. Persons Year 9 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_45_54'
    );

Measure “Persons Year 9 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_45_54'
    );

Measure “Persons Year 9 or equivalent Age 45-54 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_45_54',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 45-54 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.6. Persons Year 9 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_55_64'
    );

Measure “Persons Year 9 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_55_64'
    );

Measure “Persons Year 9 or equivalent Age 55-64 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_55_64',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 55-64 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.7. Persons Year 9 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_65_74'
    );

Measure “Persons Year 9 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_65_74'
    );

Measure “Persons Year 9 or equivalent Age 65-74 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_65_74',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 65-74 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.8. Persons Year 9 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_75_84'
    );

Measure “Persons Year 9 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_75_84'
    );

Measure “Persons Year 9 or equivalent Age 75-84 years” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_75_84',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 75-84 years” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.15.9. Persons Year 9 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Year 9 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_85ov'
    );

Measure “Persons Year 9 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_85ov'
    );

Measure “Persons Year 9 or equivalent Age 85 years and over” percent of “Persons Year 9 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y9e_85ov',
      'denominator'
    );

Measure “Persons Year 9 or equivalent Age 85 years and over” percent of “Persons Year 9 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y9e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 9 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16. Persons Year 10 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_Tot'
    );

Measure “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_Tot'
    );

Measure “Persons Year 10 or equivalent Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_Tot',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.1. Persons Year 10 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_15_19'
    );

Measure “Persons Year 10 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_15_19'
    );

Measure “Persons Year 10 or equivalent Age 15-19 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_15_19',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 15-19 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.2. Persons Year 10 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_20_24'
    );

Measure “Persons Year 10 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_20_24'
    );

Measure “Persons Year 10 or equivalent Age 20-24 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_20_24',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 20-24 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.3. Persons Year 10 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_25_34'
    );

Measure “Persons Year 10 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_25_34'
    );

Measure “Persons Year 10 or equivalent Age 25-34 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_25_34',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 25-34 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.4. Persons Year 10 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_35_44'
    );

Measure “Persons Year 10 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_35_44'
    );

Measure “Persons Year 10 or equivalent Age 35-44 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_35_44',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 35-44 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.5. Persons Year 10 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_45_54'
    );

Measure “Persons Year 10 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_45_54'
    );

Measure “Persons Year 10 or equivalent Age 45-54 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_45_54',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 45-54 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.6. Persons Year 10 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_55_64'
    );

Measure “Persons Year 10 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_55_64'
    );

Measure “Persons Year 10 or equivalent Age 55-64 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_55_64',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 55-64 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.7. Persons Year 10 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_65_74'
    );

Measure “Persons Year 10 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_65_74'
    );

Measure “Persons Year 10 or equivalent Age 65-74 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_65_74',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 65-74 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.8. Persons Year 10 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_75_84'
    );

Measure “Persons Year 10 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_75_84'
    );

Measure “Persons Year 10 or equivalent Age 75-84 years” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_75_84',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 75-84 years” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.16.9. Persons Year 10 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Year 10 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_85ov'
    );

Measure “Persons Year 10 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_85ov'
    );

Measure “Persons Year 10 or equivalent Age 85 years and over” percent of “Persons Year 10 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y10e_85ov',
      'denominator'
    );

Measure “Persons Year 10 or equivalent Age 85 years and over” percent of “Persons Year 10 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y10e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 10 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17. Persons Year 11 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_Tot'
    );

Measure “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_Tot'
    );

Measure “Persons Year 11 or equivalent Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_Tot',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.1. Persons Year 11 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_15_19'
    );

Measure “Persons Year 11 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_15_19'
    );

Measure “Persons Year 11 or equivalent Age 15-19 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_15_19',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 15-19 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.2. Persons Year 11 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_20_24'
    );

Measure “Persons Year 11 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_20_24'
    );

Measure “Persons Year 11 or equivalent Age 20-24 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_20_24',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 20-24 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.3. Persons Year 11 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_25_34'
    );

Measure “Persons Year 11 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_25_34'
    );

Measure “Persons Year 11 or equivalent Age 25-34 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_25_34',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 25-34 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.4. Persons Year 11 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_35_44'
    );

Measure “Persons Year 11 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_35_44'
    );

Measure “Persons Year 11 or equivalent Age 35-44 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_35_44',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 35-44 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.5. Persons Year 11 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_45_54'
    );

Measure “Persons Year 11 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_45_54'
    );

Measure “Persons Year 11 or equivalent Age 45-54 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_45_54',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 45-54 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.6. Persons Year 11 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_55_64'
    );

Measure “Persons Year 11 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_55_64'
    );

Measure “Persons Year 11 or equivalent Age 55-64 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_55_64',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 55-64 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.7. Persons Year 11 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_65_74'
    );

Measure “Persons Year 11 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_65_74'
    );

Measure “Persons Year 11 or equivalent Age 65-74 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_65_74',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 65-74 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.8. Persons Year 11 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_75_84'
    );

Measure “Persons Year 11 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_75_84'
    );

Measure “Persons Year 11 or equivalent Age 75-84 years” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_75_84',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 75-84 years” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.17.9. Persons Year 11 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Year 11 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_85ov'
    );

Measure “Persons Year 11 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_85ov'
    );

Measure “Persons Year 11 or equivalent Age 85 years and over” percent of “Persons Year 11 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y11e_85ov',
      'denominator'
    );

Measure “Persons Year 11 or equivalent Age 85 years and over” percent of “Persons Year 11 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y11e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 11 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18. Persons Year 12 or equivalent TotalΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_Tot'
    );

Measure “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_Tot'
    );

Measure “Persons Year 12 or equivalent Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_Tot',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.1. Persons Year 12 or equivalent Age 15-19 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_15_19'
    );

Measure “Persons Year 12 or equivalent Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_15_19'
    );

Measure “Persons Year 12 or equivalent Age 15-19 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_15_19',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 15-19 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_15_19',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.2. Persons Year 12 or equivalent Age 20-24 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_20_24'
    );

Measure “Persons Year 12 or equivalent Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_20_24'
    );

Measure “Persons Year 12 or equivalent Age 20-24 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_20_24',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 20-24 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_20_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.3. Persons Year 12 or equivalent Age 25-34 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_25_34'
    );

Measure “Persons Year 12 or equivalent Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_25_34'
    );

Measure “Persons Year 12 or equivalent Age 25-34 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_25_34',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 25-34 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.4. Persons Year 12 or equivalent Age 35-44 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_35_44'
    );

Measure “Persons Year 12 or equivalent Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_35_44'
    );

Measure “Persons Year 12 or equivalent Age 35-44 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_35_44',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 35-44 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.5. Persons Year 12 or equivalent Age 45-54 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_45_54'
    );

Measure “Persons Year 12 or equivalent Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_45_54'
    );

Measure “Persons Year 12 or equivalent Age 45-54 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_45_54',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 45-54 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.6. Persons Year 12 or equivalent Age 55-64 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_55_64'
    );

Measure “Persons Year 12 or equivalent Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_55_64'
    );

Measure “Persons Year 12 or equivalent Age 55-64 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_55_64',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 55-64 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.7. Persons Year 12 or equivalent Age 65-74 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_65_74'
    );

Measure “Persons Year 12 or equivalent Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_65_74'
    );

Measure “Persons Year 12 or equivalent Age 65-74 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_65_74',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 65-74 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.8. Persons Year 12 or equivalent Age 75-84 yearsΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_75_84'
    );

Measure “Persons Year 12 or equivalent Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_75_84'
    );

Measure “Persons Year 12 or equivalent Age 75-84 years” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_75_84',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 75-84 years” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.34.18.9. Persons Year 12 or equivalent Age 85 years and overΒΆ

Highest Year of School completed

Measure “Persons Year 12 or equivalent Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_85ov'
    );

Measure “Persons Year 12 or equivalent Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_85ov'
    );

Measure “Persons Year 12 or equivalent Age 85 years and over” percent of “Persons Year 12 or equivalent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B16A_P_Y12e_85ov',
      'denominator'
    );

Measure “Persons Year 12 or equivalent Age 85 years and over” percent of “Persons Year 12 or equivalent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B16A_P_Y12e_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Year 12 or equivalent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35. Persons Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_Total'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_Total'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_Total',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1. Females Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_Total'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_Total'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_Total',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.3.35.1.1. Females Advanced Diploma and Diploma Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_Total'
    );

Measure “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_Total'
    );

Measure “Females Advanced Diploma and Diploma Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_Total',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.2. Females Advanced Diploma and Diploma Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_15_24'
    );

Measure “Females Advanced Diploma and Diploma Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_15_24'
    );

Measure “Females Advanced Diploma and Diploma Level Age 15-24 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_15_24',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 15-24 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.3. Females Advanced Diploma and Diploma Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_25_34'
    );

Measure “Females Advanced Diploma and Diploma Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_25_34'
    );

Measure “Females Advanced Diploma and Diploma Level Age 25-34 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_25_34',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 25-34 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.4. Females Advanced Diploma and Diploma Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_35_44'
    );

Measure “Females Advanced Diploma and Diploma Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_35_44'
    );

Measure “Females Advanced Diploma and Diploma Level Age 35-44 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_35_44',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 35-44 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.5. Females Advanced Diploma and Diploma Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_45_54'
    );

Measure “Females Advanced Diploma and Diploma Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_45_54'
    );

Measure “Females Advanced Diploma and Diploma Level Age 45-54 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_45_54',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 45-54 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.6. Females Advanced Diploma and Diploma Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_55_64'
    );

Measure “Females Advanced Diploma and Diploma Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_55_64'
    );

Measure “Females Advanced Diploma and Diploma Level Age 55-64 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_55_64',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 55-64 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.7. Females Advanced Diploma and Diploma Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_65_74'
    );

Measure “Females Advanced Diploma and Diploma Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_65_74'
    );

Measure “Females Advanced Diploma and Diploma Level Age 65-74 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_65_74',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 65-74 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.8. Females Advanced Diploma and Diploma Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_75_84'
    );

Measure “Females Advanced Diploma and Diploma Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_75_84'
    );

Measure “Females Advanced Diploma and Diploma Level Age 75-84 years” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_75_84',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 75-84 years” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.9. Females Advanced Diploma and Diploma Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Advanced Diploma and Diploma Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_85ov'
    );

Measure “Females Advanced Diploma and Diploma Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_85ov'
    );

Measure “Females Advanced Diploma and Diploma Level Age 85 years and over” percent of “Females Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_AdvDip_and_Dip_85ov',
      'denominator'
    );

Measure “Females Advanced Diploma and Diploma Level Age 85 years and over” percent of “Females Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_AdvDip_and_Dip_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.10. Females Bachelor Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_Total'
    );

Measure “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_Total'
    );

Measure “Females Bachelor Degree Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_Total',
      'denominator'
    );

Measure “Females Bachelor Degree Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.11. Females Bachelor Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_15_24'
    );

Measure “Females Bachelor Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_15_24'
    );

Measure “Females Bachelor Degree Level Age 15-24 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_15_24',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 15-24 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.12. Females Bachelor Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_25_34'
    );

Measure “Females Bachelor Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_25_34'
    );

Measure “Females Bachelor Degree Level Age 25-34 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_25_34',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 25-34 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.13. Females Bachelor Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_35_44'
    );

Measure “Females Bachelor Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_35_44'
    );

Measure “Females Bachelor Degree Level Age 35-44 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_35_44',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 35-44 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.14. Females Bachelor Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_45_54'
    );

Measure “Females Bachelor Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_45_54'
    );

Measure “Females Bachelor Degree Level Age 45-54 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_45_54',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 45-54 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.15. Females Bachelor Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_55_64'
    );

Measure “Females Bachelor Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_55_64'
    );

Measure “Females Bachelor Degree Level Age 55-64 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_55_64',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 55-64 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.16. Females Bachelor Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_65_74'
    );

Measure “Females Bachelor Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_65_74'
    );

Measure “Females Bachelor Degree Level Age 65-74 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_65_74',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 65-74 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.17. Females Bachelor Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_75_84'
    );

Measure “Females Bachelor Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_75_84'
    );

Measure “Females Bachelor Degree Level Age 75-84 years” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_75_84',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 75-84 years” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.18. Females Bachelor Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Bachelor Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_85ov'
    );

Measure “Females Bachelor Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_85ov'
    );

Measure “Females Bachelor Degree Level Age 85 years and over” percent of “Females Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_BachDeg_85ov',
      'denominator'
    );

Measure “Females Bachelor Degree Level Age 85 years and over” percent of “Females Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_BachDeg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.19. Females Certificate Level Certificate I and II Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_Total'
    );

Measure “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_Total'
    );

Measure “Females Certificate Level Certificate I and II Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_Total',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.20. Females Certificate Level Certificate I and II Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_15_24'
    );

Measure “Females Certificate Level Certificate I and II Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_15_24'
    );

Measure “Females Certificate Level Certificate I and II Level Age 15-24 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_15_24',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 15-24 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.21. Females Certificate Level Certificate I and II Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_25_34'
    );

Measure “Females Certificate Level Certificate I and II Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_25_34'
    );

Measure “Females Certificate Level Certificate I and II Level Age 25-34 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_25_34',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 25-34 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.22. Females Certificate Level Certificate I and II Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_35_44'
    );

Measure “Females Certificate Level Certificate I and II Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_35_44'
    );

Measure “Females Certificate Level Certificate I and II Level Age 35-44 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_35_44',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 35-44 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.23. Females Certificate Level Certificate I and II Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_45_54'
    );

Measure “Females Certificate Level Certificate I and II Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_45_54'
    );

Measure “Females Certificate Level Certificate I and II Level Age 45-54 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_45_54',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 45-54 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.24. Females Certificate Level Certificate I and II Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_55_64'
    );

Measure “Females Certificate Level Certificate I and II Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_55_64'
    );

Measure “Females Certificate Level Certificate I and II Level Age 55-64 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_55_64',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 55-64 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.25. Females Certificate Level Certificate I and II Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_65_74'
    );

Measure “Females Certificate Level Certificate I and II Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_65_74'
    );

Measure “Females Certificate Level Certificate I and II Level Age 65-74 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_65_74',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 65-74 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.26. Females Certificate Level Certificate I and II Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_75_84'
    );

Measure “Females Certificate Level Certificate I and II Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_75_84'
    );

Measure “Females Certificate Level Certificate I and II Level Age 75-84 years” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_75_84',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 75-84 years” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.27. Females Certificate Level Certificate I and II Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate I and II Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_85ov'
    );

Measure “Females Certificate Level Certificate I and II Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_85ov'
    );

Measure “Females Certificate Level Certificate I and II Level Age 85 years and over” percent of “Females Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_I_II_85ov',
      'denominator'
    );

Measure “Females Certificate Level Certificate I and II Level Age 85 years and over” percent of “Females Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_I_II_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.28. Females Certificate Level Certificate III and IV Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_Total'
    );

Measure “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_Total'
    );

Measure “Females Certificate Level Certificate III and IV Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_Total',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.29. Females Certificate Level Certificate III and IV Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_15_24'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_15_24'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_15_24',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.30. Females Certificate Level Certificate III and IV Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_25_34'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_25_34'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_25_34',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.31. Females Certificate Level Certificate III and IV Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_35_44'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_35_44'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_35_44',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.32. Females Certificate Level Certificate III and IV Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_45_54'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_45_54'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_45_54',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.33. Females Certificate Level Certificate III and IV Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_55_64'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_55_64'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_55_64',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.34. Females Certificate Level Certificate III and IV Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_65_74'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_65_74'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_65_74',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.35. Females Certificate Level Certificate III and IV Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_75_84'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_75_84'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_75_84',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.36. Females Certificate Level Certificate III and IV Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate III and IV Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_85ov'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_85ov'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Females Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_III_IV_85ov',
      'denominator'
    );

Measure “Females Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Females Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_III_IV_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.37. Females Certificate Level Certificate Level nfd TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_Total'
    );

Measure “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_Total'
    );

Measure “Females Certificate Level Certificate Level nfd Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_Total',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.38. Females Certificate Level Certificate Level nfd Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_15_24'
    );

Measure “Females Certificate Level Certificate Level nfd Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_15_24'
    );

Measure “Females Certificate Level Certificate Level nfd Age 15-24 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_15_24',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 15-24 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.39. Females Certificate Level Certificate Level nfd Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_25_34'
    );

Measure “Females Certificate Level Certificate Level nfd Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_25_34'
    );

Measure “Females Certificate Level Certificate Level nfd Age 25-34 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_25_34',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 25-34 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.40. Females Certificate Level Certificate Level nfd Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_35_44'
    );

Measure “Females Certificate Level Certificate Level nfd Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_35_44'
    );

Measure “Females Certificate Level Certificate Level nfd Age 35-44 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_35_44',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 35-44 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.41. Females Certificate Level Certificate Level nfd Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_45_54'
    );

Measure “Females Certificate Level Certificate Level nfd Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_45_54'
    );

Measure “Females Certificate Level Certificate Level nfd Age 45-54 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_45_54',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 45-54 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.42. Females Certificate Level Certificate Level nfd Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_55_64'
    );

Measure “Females Certificate Level Certificate Level nfd Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_55_64'
    );

Measure “Females Certificate Level Certificate Level nfd Age 55-64 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_55_64',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 55-64 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.43. Females Certificate Level Certificate Level nfd Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_65_74'
    );

Measure “Females Certificate Level Certificate Level nfd Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_65_74'
    );

Measure “Females Certificate Level Certificate Level nfd Age 65-74 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_65_74',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 65-74 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.44. Females Certificate Level Certificate Level nfd Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_75_84'
    );

Measure “Females Certificate Level Certificate Level nfd Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_75_84'
    );

Measure “Females Certificate Level Certificate Level nfd Age 75-84 years” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_75_84',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 75-84 years” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.45. Females Certificate Level Certificate Level nfd Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Certificate Level nfd Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_85ov'
    );

Measure “Females Certificate Level Certificate Level nfd Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_85ov'
    );

Measure “Females Certificate Level Certificate Level nfd Age 85 years and over” percent of “Females Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Levl_nfd_85ov',
      'denominator'
    );

Measure “Females Certificate Level Certificate Level nfd Age 85 years and over” percent of “Females Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Levl_nfd_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.46. Females Certificate Level Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_Total'
    );

Measure “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_Total'
    );

Measure “Females Certificate Level Total Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_Total',
      'denominator'
    );

Measure “Females Certificate Level Total Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.47. Females Certificate Level Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_15_24'
    );

Measure “Females Certificate Level Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_15_24'
    );

Measure “Females Certificate Level Total Age 15-24 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_15_24',
      'denominator'
    );

Measure “Females Certificate Level Total Age 15-24 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.48. Females Certificate Level Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_25_34'
    );

Measure “Females Certificate Level Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_25_34'
    );

Measure “Females Certificate Level Total Age 25-34 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_25_34',
      'denominator'
    );

Measure “Females Certificate Level Total Age 25-34 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.49. Females Certificate Level Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_35_44'
    );

Measure “Females Certificate Level Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_35_44'
    );

Measure “Females Certificate Level Total Age 35-44 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_35_44',
      'denominator'
    );

Measure “Females Certificate Level Total Age 35-44 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.50. Females Certificate Level Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_45_54'
    );

Measure “Females Certificate Level Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_45_54'
    );

Measure “Females Certificate Level Total Age 45-54 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_45_54',
      'denominator'
    );

Measure “Females Certificate Level Total Age 45-54 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.51. Females Certificate Level Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_55_64'
    );

Measure “Females Certificate Level Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_55_64'
    );

Measure “Females Certificate Level Total Age 55-64 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_55_64',
      'denominator'
    );

Measure “Females Certificate Level Total Age 55-64 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.52. Females Certificate Level Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_65_74'
    );

Measure “Females Certificate Level Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_65_74'
    );

Measure “Females Certificate Level Total Age 65-74 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_65_74',
      'denominator'
    );

Measure “Females Certificate Level Total Age 65-74 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.53. Females Certificate Level Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_75_84'
    );

Measure “Females Certificate Level Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_75_84'
    );

Measure “Females Certificate Level Total Age 75-84 years” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_75_84',
      'denominator'
    );

Measure “Females Certificate Level Total Age 75-84 years” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.54. Females Certificate Level Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Certificate Level Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_85ov'
    );

Measure “Females Certificate Level Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_85ov'
    );

Measure “Females Certificate Level Total Age 85 years and over” percent of “Females Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Cert_Lev_Tot_85ov',
      'denominator'
    );

Measure “Females Certificate Level Total Age 85 years and over” percent of “Females Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Cert_Lev_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.55. Females Graduate Diploma and Graduate Certificate Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_Total'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_Total'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_Total',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.56. Females Graduate Diploma and Graduate Certificate Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_15_24'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_15_24'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_15_24',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.57. Females Graduate Diploma and Graduate Certificate Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_25_34'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_25_34'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_25_34',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.58. Females Graduate Diploma and Graduate Certificate Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_35_44'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_35_44'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_35_44',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.59. Females Graduate Diploma and Graduate Certificate Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_45_54'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_45_54'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_45_54',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.60. Females Graduate Diploma and Graduate Certificate Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_55_64'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_55_64'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_55_64',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.61. Females Graduate Diploma and Graduate Certificate Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_65_74'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_65_74'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_65_74',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.62. Females Graduate Diploma and Graduate Certificate Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_75_84'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_75_84'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_75_84',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.63. Females Graduate Diploma and Graduate Certificate Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Graduate Diploma and Graduate Certificate Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_85ov'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_85ov'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Females Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_GradDip_and_GradCert_85ov',
      'denominator'
    );

Measure “Females Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Females Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_GradDip_and_GradCert_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.64. Females Level of education inadequately described TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_Total'
    );

Measure “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_Total'
    );

Measure “Females Level of education inadequately described Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_Total',
      'denominator'
    );

Measure “Females Level of education inadequately described Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.65. Females Level of education inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_15_24'
    );

Measure “Females Level of education inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_15_24'
    );

Measure “Females Level of education inadequately described Age 15-24 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_15_24',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 15-24 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.66. Females Level of education inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_25_34'
    );

Measure “Females Level of education inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_25_34'
    );

Measure “Females Level of education inadequately described Age 25-34 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_25_34',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 25-34 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.67. Females Level of education inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_35_44'
    );

Measure “Females Level of education inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_35_44'
    );

Measure “Females Level of education inadequately described Age 35-44 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_35_44',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 35-44 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.68. Females Level of education inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_45_54'
    );

Measure “Females Level of education inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_45_54'
    );

Measure “Females Level of education inadequately described Age 45-54 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_45_54',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 45-54 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.69. Females Level of education inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_55_64'
    );

Measure “Females Level of education inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_55_64'
    );

Measure “Females Level of education inadequately described Age 55-64 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_55_64',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 55-64 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.70. Females Level of education inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_65_74'
    );

Measure “Females Level of education inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_65_74'
    );

Measure “Females Level of education inadequately described Age 65-74 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_65_74',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 65-74 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.71. Females Level of education inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_75_84'
    );

Measure “Females Level of education inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_75_84'
    );

Measure “Females Level of education inadequately described Age 75-84 years” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_75_84',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 75-84 years” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.72. Females Level of education inadequately described Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_85ov'
    );

Measure “Females Level of education inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_85ov'
    );

Measure “Females Level of education inadequately described Age 85 years and over” percent of “Females Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_IDes_85ov',
      'denominator'
    );

Measure “Females Level of education inadequately described Age 85 years and over” percent of “Females Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_IDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.73. Females Level of education not stated TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_Total'
    );

Measure “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_Total'
    );

Measure “Females Level of education not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_Total',
      'denominator'
    );

Measure “Females Level of education not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.74. Females Level of education not stated Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_15_24'
    );

Measure “Females Level of education not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_15_24'
    );

Measure “Females Level of education not stated Age 15-24 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_15_24',
      'denominator'
    );

Measure “Females Level of education not stated Age 15-24 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.75. Females Level of education not stated Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_25_34'
    );

Measure “Females Level of education not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_25_34'
    );

Measure “Females Level of education not stated Age 25-34 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_25_34',
      'denominator'
    );

Measure “Females Level of education not stated Age 25-34 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.76. Females Level of education not stated Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_35_44'
    );

Measure “Females Level of education not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_35_44'
    );

Measure “Females Level of education not stated Age 35-44 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_35_44',
      'denominator'
    );

Measure “Females Level of education not stated Age 35-44 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.77. Females Level of education not stated Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_45_54'
    );

Measure “Females Level of education not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_45_54'
    );

Measure “Females Level of education not stated Age 45-54 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_45_54',
      'denominator'
    );

Measure “Females Level of education not stated Age 45-54 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.78. Females Level of education not stated Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_55_64'
    );

Measure “Females Level of education not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_55_64'
    );

Measure “Females Level of education not stated Age 55-64 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_55_64',
      'denominator'
    );

Measure “Females Level of education not stated Age 55-64 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.79. Females Level of education not stated Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_65_74'
    );

Measure “Females Level of education not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_65_74'
    );

Measure “Females Level of education not stated Age 65-74 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_65_74',
      'denominator'
    );

Measure “Females Level of education not stated Age 65-74 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.80. Females Level of education not stated Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_75_84'
    );

Measure “Females Level of education not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_75_84'
    );

Measure “Females Level of education not stated Age 75-84 years” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_75_84',
      'denominator'
    );

Measure “Females Level of education not stated Age 75-84 years” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.81. Females Level of education not stated Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Level of education not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_85ov'
    );

Measure “Females Level of education not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_85ov'
    );

Measure “Females Level of education not stated Age 85 years and over” percent of “Females Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Lev_Edu_NS_85ov',
      'denominator'
    );

Measure “Females Level of education not stated Age 85 years and over” percent of “Females Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Lev_Edu_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.82. Females Postgraduate Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_Total'
    );

Measure “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_Total'
    );

Measure “Females Postgraduate Degree Level Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_Total',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.83. Females Postgraduate Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_15_24'
    );

Measure “Females Postgraduate Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_15_24'
    );

Measure “Females Postgraduate Degree Level Age 15-24 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_15_24',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 15-24 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.84. Females Postgraduate Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_25_34'
    );

Measure “Females Postgraduate Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_25_34'
    );

Measure “Females Postgraduate Degree Level Age 25-34 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_25_34',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 25-34 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.85. Females Postgraduate Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_35_44'
    );

Measure “Females Postgraduate Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_35_44'
    );

Measure “Females Postgraduate Degree Level Age 35-44 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_35_44',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 35-44 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.86. Females Postgraduate Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_45_54'
    );

Measure “Females Postgraduate Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_45_54'
    );

Measure “Females Postgraduate Degree Level Age 45-54 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_45_54',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 45-54 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.87. Females Postgraduate Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_55_64'
    );

Measure “Females Postgraduate Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_55_64'
    );

Measure “Females Postgraduate Degree Level Age 55-64 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_55_64',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 55-64 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.88. Females Postgraduate Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_65_74'
    );

Measure “Females Postgraduate Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_65_74'
    );

Measure “Females Postgraduate Degree Level Age 65-74 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_65_74',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 65-74 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.89. Females Postgraduate Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_75_84'
    );

Measure “Females Postgraduate Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_75_84'
    );

Measure “Females Postgraduate Degree Level Age 75-84 years” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_75_84',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 75-84 years” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.90. Females Postgraduate Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Postgraduate Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_85ov'
    );

Measure “Females Postgraduate Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_85ov'
    );

Measure “Females Postgraduate Degree Level Age 85 years and over” percent of “Females Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_PGrad_Deg_85ov',
      'denominator'
    );

Measure “Females Postgraduate Degree Level Age 85 years and over” percent of “Females Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_PGrad_Deg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.91. Females Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_15_24'
    );

Measure “Females Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_15_24'
    );

Measure “Females Total Age 15-24 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_15_24',
      'denominator'
    );

Measure “Females Total Age 15-24 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.92. Females Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_25_34',
      'denominator'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.93. Females Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_35_44',
      'denominator'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.94. Females Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_45_54',
      'denominator'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.95. Females Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_55_64',
      'denominator'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.96. Females Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_65_74',
      'denominator'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.97. Females Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_75_84',
      'denominator'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.1.98. Females Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Females Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_F_Tot_85ov',
      'denominator'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_F_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2. Males Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_Total'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_Total'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_Total',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.3.35.2.1. Males Advanced Diploma and Diploma Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_Total'
    );

Measure “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_Total'
    );

Measure “Males Advanced Diploma and Diploma Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_Total',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.2. Males Advanced Diploma and Diploma Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_15_24'
    );

Measure “Males Advanced Diploma and Diploma Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_15_24'
    );

Measure “Males Advanced Diploma and Diploma Level Age 15-24 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_15_24',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 15-24 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.3. Males Advanced Diploma and Diploma Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_25_34'
    );

Measure “Males Advanced Diploma and Diploma Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_25_34'
    );

Measure “Males Advanced Diploma and Diploma Level Age 25-34 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_25_34',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 25-34 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.4. Males Advanced Diploma and Diploma Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_35_44'
    );

Measure “Males Advanced Diploma and Diploma Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_35_44'
    );

Measure “Males Advanced Diploma and Diploma Level Age 35-44 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_35_44',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 35-44 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.5. Males Advanced Diploma and Diploma Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_45_54'
    );

Measure “Males Advanced Diploma and Diploma Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_45_54'
    );

Measure “Males Advanced Diploma and Diploma Level Age 45-54 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_45_54',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 45-54 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.6. Males Advanced Diploma and Diploma Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_55_64'
    );

Measure “Males Advanced Diploma and Diploma Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_55_64'
    );

Measure “Males Advanced Diploma and Diploma Level Age 55-64 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_55_64',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 55-64 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.7. Males Advanced Diploma and Diploma Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_65_74'
    );

Measure “Males Advanced Diploma and Diploma Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_65_74'
    );

Measure “Males Advanced Diploma and Diploma Level Age 65-74 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_65_74',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 65-74 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.8. Males Advanced Diploma and Diploma Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_75_84'
    );

Measure “Males Advanced Diploma and Diploma Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_75_84'
    );

Measure “Males Advanced Diploma and Diploma Level Age 75-84 years” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_75_84',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 75-84 years” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.9. Males Advanced Diploma and Diploma Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Advanced Diploma and Diploma Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_85ov'
    );

Measure “Males Advanced Diploma and Diploma Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_85ov'
    );

Measure “Males Advanced Diploma and Diploma Level Age 85 years and over” percent of “Males Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_AdvDip_and_Dip_85ov',
      'denominator'
    );

Measure “Males Advanced Diploma and Diploma Level Age 85 years and over” percent of “Males Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_AdvDip_and_Dip_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.10. Males Bachelor Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_Total'
    );

Measure “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_Total'
    );

Measure “Males Bachelor Degree Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_Total',
      'denominator'
    );

Measure “Males Bachelor Degree Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.11. Males Bachelor Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_15_24'
    );

Measure “Males Bachelor Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_15_24'
    );

Measure “Males Bachelor Degree Level Age 15-24 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_15_24',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 15-24 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.12. Males Bachelor Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_25_34'
    );

Measure “Males Bachelor Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_25_34'
    );

Measure “Males Bachelor Degree Level Age 25-34 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_25_34',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 25-34 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.13. Males Bachelor Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_35_44'
    );

Measure “Males Bachelor Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_35_44'
    );

Measure “Males Bachelor Degree Level Age 35-44 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_35_44',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 35-44 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.14. Males Bachelor Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_45_54'
    );

Measure “Males Bachelor Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_45_54'
    );

Measure “Males Bachelor Degree Level Age 45-54 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_45_54',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 45-54 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.15. Males Bachelor Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_55_64'
    );

Measure “Males Bachelor Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_55_64'
    );

Measure “Males Bachelor Degree Level Age 55-64 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_55_64',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 55-64 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.16. Males Bachelor Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_65_74'
    );

Measure “Males Bachelor Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_65_74'
    );

Measure “Males Bachelor Degree Level Age 65-74 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_65_74',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 65-74 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.17. Males Bachelor Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_75_84'
    );

Measure “Males Bachelor Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_75_84'
    );

Measure “Males Bachelor Degree Level Age 75-84 years” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_75_84',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 75-84 years” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.18. Males Bachelor Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Bachelor Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_85ov'
    );

Measure “Males Bachelor Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_85ov'
    );

Measure “Males Bachelor Degree Level Age 85 years and over” percent of “Males Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_BachDeg_85ov',
      'denominator'
    );

Measure “Males Bachelor Degree Level Age 85 years and over” percent of “Males Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_BachDeg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.19. Males Certificate Level Certificate I and II Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_Total'
    );

Measure “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_Total'
    );

Measure “Males Certificate Level Certificate I and II Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_Total',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.20. Males Certificate Level Certificate I and II Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_15_24'
    );

Measure “Males Certificate Level Certificate I and II Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_15_24'
    );

Measure “Males Certificate Level Certificate I and II Level Age 15-24 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_15_24',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 15-24 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.21. Males Certificate Level Certificate I and II Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_25_34'
    );

Measure “Males Certificate Level Certificate I and II Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_25_34'
    );

Measure “Males Certificate Level Certificate I and II Level Age 25-34 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_25_34',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 25-34 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.22. Males Certificate Level Certificate I and II Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_35_44'
    );

Measure “Males Certificate Level Certificate I and II Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_35_44'
    );

Measure “Males Certificate Level Certificate I and II Level Age 35-44 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_35_44',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 35-44 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.23. Males Certificate Level Certificate I and II Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_45_54'
    );

Measure “Males Certificate Level Certificate I and II Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_45_54'
    );

Measure “Males Certificate Level Certificate I and II Level Age 45-54 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_45_54',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 45-54 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.24. Males Certificate Level Certificate I and II Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_55_64'
    );

Measure “Males Certificate Level Certificate I and II Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_55_64'
    );

Measure “Males Certificate Level Certificate I and II Level Age 55-64 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_55_64',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 55-64 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.25. Males Certificate Level Certificate I and II Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_65_74'
    );

Measure “Males Certificate Level Certificate I and II Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_65_74'
    );

Measure “Males Certificate Level Certificate I and II Level Age 65-74 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_65_74',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 65-74 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.26. Males Certificate Level Certificate I and II Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_75_84'
    );

Measure “Males Certificate Level Certificate I and II Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_75_84'
    );

Measure “Males Certificate Level Certificate I and II Level Age 75-84 years” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_75_84',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 75-84 years” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.27. Males Certificate Level Certificate I and II Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate I and II Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_85ov'
    );

Measure “Males Certificate Level Certificate I and II Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_85ov'
    );

Measure “Males Certificate Level Certificate I and II Level Age 85 years and over” percent of “Males Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_I_II_85ov',
      'denominator'
    );

Measure “Males Certificate Level Certificate I and II Level Age 85 years and over” percent of “Males Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_I_II_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.28. Males Certificate Level Certificate III and IV Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_Total'
    );

Measure “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_Total'
    );

Measure “Males Certificate Level Certificate III and IV Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_Total',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.29. Males Certificate Level Certificate III and IV Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_15_24'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_15_24'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_15_24',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.30. Males Certificate Level Certificate III and IV Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_25_34'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_25_34'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_25_34',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.31. Males Certificate Level Certificate III and IV Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_35_44'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_35_44'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_35_44',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.32. Males Certificate Level Certificate III and IV Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_45_54'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_45_54'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_45_54',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.33. Males Certificate Level Certificate III and IV Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_55_64'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_55_64'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_55_64',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.34. Males Certificate Level Certificate III and IV Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_65_74'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_65_74'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_65_74',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.35. Males Certificate Level Certificate III and IV Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_75_84'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_75_84'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_75_84',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.36. Males Certificate Level Certificate III and IV Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate III and IV Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_85ov'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_85ov'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Males Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_III_IV_85ov',
      'denominator'
    );

Measure “Males Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Males Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_III_IV_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.37. Males Certificate Level Certificate Level nfd TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_Total'
    );

Measure “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_Total'
    );

Measure “Males Certificate Level Certificate Level nfd Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_Total',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.38. Males Certificate Level Certificate Level nfd Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_15_24'
    );

Measure “Males Certificate Level Certificate Level nfd Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_15_24'
    );

Measure “Males Certificate Level Certificate Level nfd Age 15-24 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_15_24',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 15-24 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.39. Males Certificate Level Certificate Level nfd Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_25_34'
    );

Measure “Males Certificate Level Certificate Level nfd Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_25_34'
    );

Measure “Males Certificate Level Certificate Level nfd Age 25-34 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_25_34',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 25-34 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.40. Males Certificate Level Certificate Level nfd Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_35_44'
    );

Measure “Males Certificate Level Certificate Level nfd Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_35_44'
    );

Measure “Males Certificate Level Certificate Level nfd Age 35-44 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_35_44',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 35-44 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.41. Males Certificate Level Certificate Level nfd Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_45_54'
    );

Measure “Males Certificate Level Certificate Level nfd Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_45_54'
    );

Measure “Males Certificate Level Certificate Level nfd Age 45-54 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_45_54',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 45-54 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.42. Males Certificate Level Certificate Level nfd Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_55_64'
    );

Measure “Males Certificate Level Certificate Level nfd Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_55_64'
    );

Measure “Males Certificate Level Certificate Level nfd Age 55-64 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_55_64',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 55-64 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.43. Males Certificate Level Certificate Level nfd Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_65_74'
    );

Measure “Males Certificate Level Certificate Level nfd Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_65_74'
    );

Measure “Males Certificate Level Certificate Level nfd Age 65-74 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_65_74',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 65-74 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.44. Males Certificate Level Certificate Level nfd Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_75_84'
    );

Measure “Males Certificate Level Certificate Level nfd Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_75_84'
    );

Measure “Males Certificate Level Certificate Level nfd Age 75-84 years” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_75_84',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 75-84 years” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.45. Males Certificate Level Certificate Level nfd Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Certificate Level nfd Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_85ov'
    );

Measure “Males Certificate Level Certificate Level nfd Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_85ov'
    );

Measure “Males Certificate Level Certificate Level nfd Age 85 years and over” percent of “Males Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Levl_nfd_85ov',
      'denominator'
    );

Measure “Males Certificate Level Certificate Level nfd Age 85 years and over” percent of “Males Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Levl_nfd_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.46. Males Certificate Level Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_Total'
    );

Measure “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_Total'
    );

Measure “Males Certificate Level Total Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_Total',
      'denominator'
    );

Measure “Males Certificate Level Total Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.47. Males Certificate Level Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_15_24'
    );

Measure “Males Certificate Level Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_15_24'
    );

Measure “Males Certificate Level Total Age 15-24 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_15_24',
      'denominator'
    );

Measure “Males Certificate Level Total Age 15-24 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.48. Males Certificate Level Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_25_34'
    );

Measure “Males Certificate Level Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_25_34'
    );

Measure “Males Certificate Level Total Age 25-34 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_25_34',
      'denominator'
    );

Measure “Males Certificate Level Total Age 25-34 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.49. Males Certificate Level Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_35_44'
    );

Measure “Males Certificate Level Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_35_44'
    );

Measure “Males Certificate Level Total Age 35-44 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_35_44',
      'denominator'
    );

Measure “Males Certificate Level Total Age 35-44 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.50. Males Certificate Level Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_45_54'
    );

Measure “Males Certificate Level Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_45_54'
    );

Measure “Males Certificate Level Total Age 45-54 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_45_54',
      'denominator'
    );

Measure “Males Certificate Level Total Age 45-54 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.51. Males Certificate Level Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_55_64'
    );

Measure “Males Certificate Level Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_55_64'
    );

Measure “Males Certificate Level Total Age 55-64 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_55_64',
      'denominator'
    );

Measure “Males Certificate Level Total Age 55-64 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.52. Males Certificate Level Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_65_74'
    );

Measure “Males Certificate Level Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_65_74'
    );

Measure “Males Certificate Level Total Age 65-74 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_65_74',
      'denominator'
    );

Measure “Males Certificate Level Total Age 65-74 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.53. Males Certificate Level Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_75_84'
    );

Measure “Males Certificate Level Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_75_84'
    );

Measure “Males Certificate Level Total Age 75-84 years” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_75_84',
      'denominator'
    );

Measure “Males Certificate Level Total Age 75-84 years” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.54. Males Certificate Level Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Certificate Level Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_85ov'
    );

Measure “Males Certificate Level Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_85ov'
    );

Measure “Males Certificate Level Total Age 85 years and over” percent of “Males Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Cert_Lev_Tot_85ov',
      'denominator'
    );

Measure “Males Certificate Level Total Age 85 years and over” percent of “Males Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Cert_Lev_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.55. Males Graduate Diploma and Graduate Certificate Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_Total'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_Total'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_Total',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.56. Males Graduate Diploma and Graduate Certificate Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_15_24'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_15_24'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_15_24',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.57. Males Graduate Diploma and Graduate Certificate Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_25_34'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_25_34'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_25_34',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.58. Males Graduate Diploma and Graduate Certificate Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_35_44'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_35_44'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_35_44',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.59. Males Graduate Diploma and Graduate Certificate Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_45_54'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_45_54'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_45_54',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.60. Males Graduate Diploma and Graduate Certificate Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_55_64'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_55_64'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_55_64',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.61. Males Graduate Diploma and Graduate Certificate Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_65_74'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_65_74'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_65_74',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.62. Males Graduate Diploma and Graduate Certificate Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_75_84'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_75_84'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_75_84',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.63. Males Graduate Diploma and Graduate Certificate Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Graduate Diploma and Graduate Certificate Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_85ov'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_85ov'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Males Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_GradDip_and_GradCert_85ov',
      'denominator'
    );

Measure “Males Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Males Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_GradDip_and_GradCert_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.64. Males Level of education inadequately described TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_Total'
    );

Measure “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_Total'
    );

Measure “Males Level of education inadequately described Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_Total',
      'denominator'
    );

Measure “Males Level of education inadequately described Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.65. Males Level of education inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_15_24'
    );

Measure “Males Level of education inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_15_24'
    );

Measure “Males Level of education inadequately described Age 15-24 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_15_24',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 15-24 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.66. Males Level of education inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_25_34'
    );

Measure “Males Level of education inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_25_34'
    );

Measure “Males Level of education inadequately described Age 25-34 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_25_34',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 25-34 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.67. Males Level of education inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_35_44'
    );

Measure “Males Level of education inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_35_44'
    );

Measure “Males Level of education inadequately described Age 35-44 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_35_44',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 35-44 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.68. Males Level of education inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_45_54'
    );

Measure “Males Level of education inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_45_54'
    );

Measure “Males Level of education inadequately described Age 45-54 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_45_54',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 45-54 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.69. Males Level of education inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_55_64'
    );

Measure “Males Level of education inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_55_64'
    );

Measure “Males Level of education inadequately described Age 55-64 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_55_64',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 55-64 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.70. Males Level of education inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_65_74'
    );

Measure “Males Level of education inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_65_74'
    );

Measure “Males Level of education inadequately described Age 65-74 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_65_74',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 65-74 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.71. Males Level of education inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_75_84'
    );

Measure “Males Level of education inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_75_84'
    );

Measure “Males Level of education inadequately described Age 75-84 years” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_75_84',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 75-84 years” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.72. Males Level of education inadequately described Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_85ov'
    );

Measure “Males Level of education inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_85ov'
    );

Measure “Males Level of education inadequately described Age 85 years and over” percent of “Males Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_IDes_85ov',
      'denominator'
    );

Measure “Males Level of education inadequately described Age 85 years and over” percent of “Males Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_IDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.73. Males Level of education not stated TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_Total'
    );

Measure “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_Total'
    );

Measure “Males Level of education not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_Total',
      'denominator'
    );

Measure “Males Level of education not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.74. Males Level of education not stated Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_15_24'
    );

Measure “Males Level of education not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_15_24'
    );

Measure “Males Level of education not stated Age 15-24 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_15_24',
      'denominator'
    );

Measure “Males Level of education not stated Age 15-24 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.75. Males Level of education not stated Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_25_34'
    );

Measure “Males Level of education not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_25_34'
    );

Measure “Males Level of education not stated Age 25-34 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_25_34',
      'denominator'
    );

Measure “Males Level of education not stated Age 25-34 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.76. Males Level of education not stated Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_35_44'
    );

Measure “Males Level of education not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_35_44'
    );

Measure “Males Level of education not stated Age 35-44 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_35_44',
      'denominator'
    );

Measure “Males Level of education not stated Age 35-44 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.77. Males Level of education not stated Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_45_54'
    );

Measure “Males Level of education not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_45_54'
    );

Measure “Males Level of education not stated Age 45-54 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_45_54',
      'denominator'
    );

Measure “Males Level of education not stated Age 45-54 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.78. Males Level of education not stated Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_55_64'
    );

Measure “Males Level of education not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_55_64'
    );

Measure “Males Level of education not stated Age 55-64 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_55_64',
      'denominator'
    );

Measure “Males Level of education not stated Age 55-64 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.79. Males Level of education not stated Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_65_74'
    );

Measure “Males Level of education not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_65_74'
    );

Measure “Males Level of education not stated Age 65-74 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_65_74',
      'denominator'
    );

Measure “Males Level of education not stated Age 65-74 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.80. Males Level of education not stated Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_75_84'
    );

Measure “Males Level of education not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_75_84'
    );

Measure “Males Level of education not stated Age 75-84 years” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_75_84',
      'denominator'
    );

Measure “Males Level of education not stated Age 75-84 years” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.81. Males Level of education not stated Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Level of education not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_85ov'
    );

Measure “Males Level of education not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_85ov'
    );

Measure “Males Level of education not stated Age 85 years and over” percent of “Males Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Lev_Edu_NS_85ov',
      'denominator'
    );

Measure “Males Level of education not stated Age 85 years and over” percent of “Males Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Lev_Edu_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.82. Males Postgraduate Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_Total'
    );

Measure “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_Total'
    );

Measure “Males Postgraduate Degree Level Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_Total',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.83. Males Postgraduate Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_15_24'
    );

Measure “Males Postgraduate Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_15_24'
    );

Measure “Males Postgraduate Degree Level Age 15-24 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_15_24',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 15-24 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.84. Males Postgraduate Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_25_34'
    );

Measure “Males Postgraduate Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_25_34'
    );

Measure “Males Postgraduate Degree Level Age 25-34 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_25_34',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 25-34 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.85. Males Postgraduate Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_35_44'
    );

Measure “Males Postgraduate Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_35_44'
    );

Measure “Males Postgraduate Degree Level Age 35-44 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_35_44',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 35-44 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.86. Males Postgraduate Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_45_54'
    );

Measure “Males Postgraduate Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_45_54'
    );

Measure “Males Postgraduate Degree Level Age 45-54 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_45_54',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 45-54 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.87. Males Postgraduate Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_55_64'
    );

Measure “Males Postgraduate Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_55_64'
    );

Measure “Males Postgraduate Degree Level Age 55-64 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_55_64',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 55-64 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.88. Males Postgraduate Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_65_74'
    );

Measure “Males Postgraduate Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_65_74'
    );

Measure “Males Postgraduate Degree Level Age 65-74 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_65_74',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 65-74 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.89. Males Postgraduate Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_75_84'
    );

Measure “Males Postgraduate Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_75_84'
    );

Measure “Males Postgraduate Degree Level Age 75-84 years” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_75_84',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 75-84 years” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.90. Males Postgraduate Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Postgraduate Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_85ov'
    );

Measure “Males Postgraduate Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_85ov'
    );

Measure “Males Postgraduate Degree Level Age 85 years and over” percent of “Males Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_PGrad_Deg_85ov',
      'denominator'
    );

Measure “Males Postgraduate Degree Level Age 85 years and over” percent of “Males Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_PGrad_Deg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.91. Males Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_15_24'
    );

Measure “Males Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_15_24'
    );

Measure “Males Total Age 15-24 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_15_24',
      'denominator'
    );

Measure “Males Total Age 15-24 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.92. Males Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_25_34',
      'denominator'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.93. Males Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_35_44',
      'denominator'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.94. Males Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_45_54',
      'denominator'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.95. Males Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_55_64',
      'denominator'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.96. Males Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_65_74',
      'denominator'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.97. Males Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_75_84',
      'denominator'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.2.98. Males Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Males Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_M_Tot_85ov',
      'denominator'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_M_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3. Persons Advanced Diploma and Diploma Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_Total'
    );

Measure “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_Total'
    );

Measure “Persons Advanced Diploma and Diploma Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_Total',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.1. Persons Advanced Diploma and Diploma Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_15_24'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_15_24'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 15-24 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_15_24',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 15-24 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.2. Persons Advanced Diploma and Diploma Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_25_34'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_25_34'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 25-34 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_25_34',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 25-34 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.3. Persons Advanced Diploma and Diploma Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_35_44'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_35_44'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 35-44 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_35_44',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 35-44 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.4. Persons Advanced Diploma and Diploma Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_45_54'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_45_54'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 45-54 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_45_54',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 45-54 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.5. Persons Advanced Diploma and Diploma Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_55_64'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_55_64'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 55-64 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_55_64',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 55-64 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.6. Persons Advanced Diploma and Diploma Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_65_74'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_65_74'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 65-74 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_65_74',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 65-74 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.7. Persons Advanced Diploma and Diploma Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_75_84'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_75_84'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 75-84 years” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_75_84',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 75-84 years” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.3.8. Persons Advanced Diploma and Diploma Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Advanced Diploma and Diploma Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_85ov'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_85ov'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 85 years and over” percent of “Persons Advanced Diploma and Diploma Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_AdvDip_and_Dip_85ov',
      'denominator'
    );

Measure “Persons Advanced Diploma and Diploma Level Age 85 years and over” percent of “Persons Advanced Diploma and Diploma Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_AdvDip_and_Dip_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Advanced Diploma and Diploma Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4. Persons Bachelor Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_Total'
    );

Measure “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_Total'
    );

Measure “Persons Bachelor Degree Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_Total',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.1. Persons Bachelor Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_15_24'
    );

Measure “Persons Bachelor Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_15_24'
    );

Measure “Persons Bachelor Degree Level Age 15-24 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_15_24',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 15-24 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.2. Persons Bachelor Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_25_34'
    );

Measure “Persons Bachelor Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_25_34'
    );

Measure “Persons Bachelor Degree Level Age 25-34 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_25_34',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 25-34 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.3. Persons Bachelor Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_35_44'
    );

Measure “Persons Bachelor Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_35_44'
    );

Measure “Persons Bachelor Degree Level Age 35-44 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_35_44',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 35-44 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.4. Persons Bachelor Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_45_54'
    );

Measure “Persons Bachelor Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_45_54'
    );

Measure “Persons Bachelor Degree Level Age 45-54 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_45_54',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 45-54 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.5. Persons Bachelor Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_55_64'
    );

Measure “Persons Bachelor Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_55_64'
    );

Measure “Persons Bachelor Degree Level Age 55-64 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_55_64',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 55-64 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.6. Persons Bachelor Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_65_74'
    );

Measure “Persons Bachelor Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_65_74'
    );

Measure “Persons Bachelor Degree Level Age 65-74 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_65_74',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 65-74 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.7. Persons Bachelor Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_75_84'
    );

Measure “Persons Bachelor Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_75_84'
    );

Measure “Persons Bachelor Degree Level Age 75-84 years” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_75_84',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 75-84 years” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.4.8. Persons Bachelor Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Bachelor Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_85ov'
    );

Measure “Persons Bachelor Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_85ov'
    );

Measure “Persons Bachelor Degree Level Age 85 years and over” percent of “Persons Bachelor Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_BachDeg_85ov',
      'denominator'
    );

Measure “Persons Bachelor Degree Level Age 85 years and over” percent of “Persons Bachelor Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_BachDeg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Bachelor Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5. Persons Certificate Level Certificate I and II Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_Total'
    );

Measure “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_Total'
    );

Measure “Persons Certificate Level Certificate I and II Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_Total',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.1. Persons Certificate Level Certificate I and II Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_15_24'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_15_24'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 15-24 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_15_24',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 15-24 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.2. Persons Certificate Level Certificate I and II Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_25_34'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_25_34'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 25-34 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_25_34',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 25-34 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.3. Persons Certificate Level Certificate I and II Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_35_44'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_35_44'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 35-44 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_35_44',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 35-44 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.4. Persons Certificate Level Certificate I and II Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_45_54'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_45_54'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 45-54 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_45_54',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 45-54 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.5. Persons Certificate Level Certificate I and II Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_55_64'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_55_64'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 55-64 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_55_64',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 55-64 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.6. Persons Certificate Level Certificate I and II Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_65_74'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_65_74'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 65-74 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_65_74',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 65-74 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.7. Persons Certificate Level Certificate I and II Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_75_84'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_75_84'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 75-84 years” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_75_84',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 75-84 years” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.5.8. Persons Certificate Level Certificate I and II Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate I and II Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_85ov'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_85ov'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 85 years and over” percent of “Persons Certificate Level Certificate I and II Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_I_II_85ov',
      'denominator'
    );

Measure “Persons Certificate Level Certificate I and II Level Age 85 years and over” percent of “Persons Certificate Level Certificate I and II Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_I_II_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate I and II Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6. Persons Certificate Level Certificate III and IV Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_Total'
    );

Measure “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_Total'
    );

Measure “Persons Certificate Level Certificate III and IV Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_Total',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.1. Persons Certificate Level Certificate III and IV Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_15_24'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_15_24'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_15_24',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 15-24 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.2. Persons Certificate Level Certificate III and IV Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_25_34'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_25_34'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_25_34',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 25-34 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.3. Persons Certificate Level Certificate III and IV Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_35_44'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_35_44'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_35_44',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 35-44 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.4. Persons Certificate Level Certificate III and IV Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_45_54'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_45_54'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_45_54',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 45-54 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.5. Persons Certificate Level Certificate III and IV Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_55_64'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_55_64'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_55_64',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 55-64 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.6. Persons Certificate Level Certificate III and IV Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_65_74'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_65_74'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_65_74',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 65-74 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.7. Persons Certificate Level Certificate III and IV Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_75_84'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_75_84'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_75_84',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 75-84 years” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.6.8. Persons Certificate Level Certificate III and IV Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate III and IV Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_85ov'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_85ov'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Persons Certificate Level Certificate III and IV Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_III_IV_85ov',
      'denominator'
    );

Measure “Persons Certificate Level Certificate III and IV Level Age 85 years and over” percent of “Persons Certificate Level Certificate III and IV Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_III_IV_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate III and IV Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7. Persons Certificate Level Certificate Level nfd TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_Total'
    );

Measure “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_Total'
    );

Measure “Persons Certificate Level Certificate Level nfd Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_Total',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.1. Persons Certificate Level Certificate Level nfd Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_15_24'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_15_24'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 15-24 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_15_24',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 15-24 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.2. Persons Certificate Level Certificate Level nfd Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_25_34'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_25_34'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 25-34 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_25_34',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 25-34 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.3. Persons Certificate Level Certificate Level nfd Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_35_44'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_35_44'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 35-44 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_35_44',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 35-44 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.4. Persons Certificate Level Certificate Level nfd Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_45_54'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_45_54'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 45-54 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_45_54',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 45-54 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.5. Persons Certificate Level Certificate Level nfd Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_55_64'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_55_64'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 55-64 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_55_64',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 55-64 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.6. Persons Certificate Level Certificate Level nfd Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_65_74'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_65_74'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 65-74 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_65_74',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 65-74 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.7. Persons Certificate Level Certificate Level nfd Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_75_84'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_75_84'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 75-84 years” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_75_84',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 75-84 years” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.7.8. Persons Certificate Level Certificate Level nfd Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Certificate Level nfd Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_85ov'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_85ov'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 85 years and over” percent of “Persons Certificate Level Certificate Level nfd Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Levl_nfd_85ov',
      'denominator'
    );

Measure “Persons Certificate Level Certificate Level nfd Age 85 years and over” percent of “Persons Certificate Level Certificate Level nfd Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Levl_nfd_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Certificate Level nfd Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8. Persons Certificate Level Total TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_Total'
    );

Measure “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_Total'
    );

Measure “Persons Certificate Level Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_Total',
      'denominator'
    );

Measure “Persons Certificate Level Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.1. Persons Certificate Level Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_15_24'
    );

Measure “Persons Certificate Level Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_15_24'
    );

Measure “Persons Certificate Level Total Age 15-24 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_15_24',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 15-24 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.2. Persons Certificate Level Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_25_34'
    );

Measure “Persons Certificate Level Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_25_34'
    );

Measure “Persons Certificate Level Total Age 25-34 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_25_34',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 25-34 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.3. Persons Certificate Level Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_35_44'
    );

Measure “Persons Certificate Level Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_35_44'
    );

Measure “Persons Certificate Level Total Age 35-44 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_35_44',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 35-44 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.4. Persons Certificate Level Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_45_54'
    );

Measure “Persons Certificate Level Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_45_54'
    );

Measure “Persons Certificate Level Total Age 45-54 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_45_54',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 45-54 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.5. Persons Certificate Level Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_55_64'
    );

Measure “Persons Certificate Level Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_55_64'
    );

Measure “Persons Certificate Level Total Age 55-64 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_55_64',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 55-64 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.6. Persons Certificate Level Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_65_74'
    );

Measure “Persons Certificate Level Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_65_74'
    );

Measure “Persons Certificate Level Total Age 65-74 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_65_74',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 65-74 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.7. Persons Certificate Level Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_75_84'
    );

Measure “Persons Certificate Level Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_75_84'
    );

Measure “Persons Certificate Level Total Age 75-84 years” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_75_84',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 75-84 years” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.8.8. Persons Certificate Level Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Certificate Level Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_85ov'
    );

Measure “Persons Certificate Level Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_85ov'
    );

Measure “Persons Certificate Level Total Age 85 years and over” percent of “Persons Certificate Level Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Cert_Lev_Tot_85ov',
      'denominator'
    );

Measure “Persons Certificate Level Total Age 85 years and over” percent of “Persons Certificate Level Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Cert_Lev_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Certificate Level Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9. Persons Graduate Diploma and Graduate Certificate Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_Total'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_Total'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_Total',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.1. Persons Graduate Diploma and Graduate Certificate Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_15_24'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_15_24'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_15_24',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 15-24 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.2. Persons Graduate Diploma and Graduate Certificate Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_25_34'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_25_34'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_25_34',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 25-34 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.3. Persons Graduate Diploma and Graduate Certificate Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_35_44'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_35_44'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_35_44',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 35-44 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.4. Persons Graduate Diploma and Graduate Certificate Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_45_54'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_45_54'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_45_54',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 45-54 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.5. Persons Graduate Diploma and Graduate Certificate Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_55_64'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_55_64'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_55_64',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 55-64 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.6. Persons Graduate Diploma and Graduate Certificate Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_65_74'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_65_74'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_65_74',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 65-74 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.7. Persons Graduate Diploma and Graduate Certificate Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_75_84'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_75_84'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_75_84',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 75-84 years” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.9.8. Persons Graduate Diploma and Graduate Certificate Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_85ov'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_85ov'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_GradDip_and_GradCert_85ov',
      'denominator'
    );

Measure “Persons Graduate Diploma and Graduate Certificate Level Age 85 years and over” percent of “Persons Graduate Diploma and Graduate Certificate Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_GradDip_and_GradCert_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Graduate Diploma and Graduate Certificate Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10. Persons Level of education inadequately described TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_Total'
    );

Measure “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_Total'
    );

Measure “Persons Level of education inadequately described Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_Total',
      'denominator'
    );

Measure “Persons Level of education inadequately described Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.1. Persons Level of education inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_15_24'
    );

Measure “Persons Level of education inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_15_24'
    );

Measure “Persons Level of education inadequately described Age 15-24 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_15_24',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 15-24 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.2. Persons Level of education inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_25_34'
    );

Measure “Persons Level of education inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_25_34'
    );

Measure “Persons Level of education inadequately described Age 25-34 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_25_34',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 25-34 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.3. Persons Level of education inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_35_44'
    );

Measure “Persons Level of education inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_35_44'
    );

Measure “Persons Level of education inadequately described Age 35-44 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_35_44',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 35-44 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.4. Persons Level of education inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_45_54'
    );

Measure “Persons Level of education inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_45_54'
    );

Measure “Persons Level of education inadequately described Age 45-54 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_45_54',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 45-54 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.5. Persons Level of education inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_55_64'
    );

Measure “Persons Level of education inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_55_64'
    );

Measure “Persons Level of education inadequately described Age 55-64 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_55_64',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 55-64 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.6. Persons Level of education inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_65_74'
    );

Measure “Persons Level of education inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_65_74'
    );

Measure “Persons Level of education inadequately described Age 65-74 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_65_74',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 65-74 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.7. Persons Level of education inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_75_84'
    );

Measure “Persons Level of education inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_75_84'
    );

Measure “Persons Level of education inadequately described Age 75-84 years” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_75_84',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 75-84 years” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.10.8. Persons Level of education inadequately described Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_85ov'
    );

Measure “Persons Level of education inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_85ov'
    );

Measure “Persons Level of education inadequately described Age 85 years and over” percent of “Persons Level of education inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_IDes_85ov',
      'denominator'
    );

Measure “Persons Level of education inadequately described Age 85 years and over” percent of “Persons Level of education inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_IDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11. Persons Level of education not stated TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_Total'
    );

Measure “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_Total'
    );

Measure “Persons Level of education not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_Total',
      'denominator'
    );

Measure “Persons Level of education not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.1. Persons Level of education not stated Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_15_24'
    );

Measure “Persons Level of education not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_15_24'
    );

Measure “Persons Level of education not stated Age 15-24 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_15_24',
      'denominator'
    );

Measure “Persons Level of education not stated Age 15-24 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.2. Persons Level of education not stated Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_25_34'
    );

Measure “Persons Level of education not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_25_34'
    );

Measure “Persons Level of education not stated Age 25-34 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_25_34',
      'denominator'
    );

Measure “Persons Level of education not stated Age 25-34 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.3. Persons Level of education not stated Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_35_44'
    );

Measure “Persons Level of education not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_35_44'
    );

Measure “Persons Level of education not stated Age 35-44 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_35_44',
      'denominator'
    );

Measure “Persons Level of education not stated Age 35-44 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.4. Persons Level of education not stated Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_45_54'
    );

Measure “Persons Level of education not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_45_54'
    );

Measure “Persons Level of education not stated Age 45-54 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_45_54',
      'denominator'
    );

Measure “Persons Level of education not stated Age 45-54 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.5. Persons Level of education not stated Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_55_64'
    );

Measure “Persons Level of education not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_55_64'
    );

Measure “Persons Level of education not stated Age 55-64 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_55_64',
      'denominator'
    );

Measure “Persons Level of education not stated Age 55-64 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.6. Persons Level of education not stated Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_65_74'
    );

Measure “Persons Level of education not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_65_74'
    );

Measure “Persons Level of education not stated Age 65-74 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_65_74',
      'denominator'
    );

Measure “Persons Level of education not stated Age 65-74 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.7. Persons Level of education not stated Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_75_84'
    );

Measure “Persons Level of education not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_75_84'
    );

Measure “Persons Level of education not stated Age 75-84 years” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_75_84',
      'denominator'
    );

Measure “Persons Level of education not stated Age 75-84 years” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.11.8. Persons Level of education not stated Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Level of education not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_85ov'
    );

Measure “Persons Level of education not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_85ov'
    );

Measure “Persons Level of education not stated Age 85 years and over” percent of “Persons Level of education not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Lev_Edu_NS_85ov',
      'denominator'
    );

Measure “Persons Level of education not stated Age 85 years and over” percent of “Persons Level of education not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Lev_Edu_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Level of education not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12. Persons Postgraduate Degree Level TotalΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_Total'
    );

Measure “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_Total'
    );

Measure “Persons Postgraduate Degree Level Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_Total',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.1. Persons Postgraduate Degree Level Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_P_PGrad_Deg_15_24'
    );

Measure “Persons Postgraduate Degree Level Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_P_PGrad_Deg_15_24'
    );

Measure “Persons Postgraduate Degree Level Age 15-24 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_P_PGrad_Deg_15_24',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 15-24 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_P_PGrad_Deg_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.2. Persons Postgraduate Degree Level Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_P_PGrad_Deg_25_34'
    );

Measure “Persons Postgraduate Degree Level Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_P_PGrad_Deg_25_34'
    );

Measure “Persons Postgraduate Degree Level Age 25-34 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40A_P_PGrad_Deg_25_34',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 25-34 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40A_P_PGrad_Deg_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.3. Persons Postgraduate Degree Level Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_35_44'
    );

Measure “Persons Postgraduate Degree Level Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_35_44'
    );

Measure “Persons Postgraduate Degree Level Age 35-44 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_35_44',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 35-44 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.4. Persons Postgraduate Degree Level Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_45_54'
    );

Measure “Persons Postgraduate Degree Level Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_45_54'
    );

Measure “Persons Postgraduate Degree Level Age 45-54 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_45_54',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 45-54 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.5. Persons Postgraduate Degree Level Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_55_64'
    );

Measure “Persons Postgraduate Degree Level Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_55_64'
    );

Measure “Persons Postgraduate Degree Level Age 55-64 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_55_64',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 55-64 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.6. Persons Postgraduate Degree Level Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_65_74'
    );

Measure “Persons Postgraduate Degree Level Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_65_74'
    );

Measure “Persons Postgraduate Degree Level Age 65-74 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_65_74',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 65-74 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.7. Persons Postgraduate Degree Level Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_75_84'
    );

Measure “Persons Postgraduate Degree Level Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_75_84'
    );

Measure “Persons Postgraduate Degree Level Age 75-84 years” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_75_84',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 75-84 years” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.12.8. Persons Postgraduate Degree Level Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Postgraduate Degree Level Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_85ov'
    );

Measure “Persons Postgraduate Degree Level Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_85ov'
    );

Measure “Persons Postgraduate Degree Level Age 85 years and over” percent of “Persons Postgraduate Degree Level Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_PGrad_Deg_85ov',
      'denominator'
    );

Measure “Persons Postgraduate Degree Level Age 85 years and over” percent of “Persons Postgraduate Degree Level Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_PGrad_Deg_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Postgraduate Degree Level Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.13. Persons Total Age 15-24 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_15_24'
    );

Measure “Persons Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_15_24'
    );

Measure “Persons Total Age 15-24 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_15_24',
      'denominator'
    );

Measure “Persons Total Age 15-24 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.14. Persons Total Age 25-34 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_25_34'
    );

Measure “Persons Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_25_34'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_25_34',
      'denominator'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.15. Persons Total Age 35-44 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_35_44'
    );

Measure “Persons Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_35_44'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_35_44',
      'denominator'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.16. Persons Total Age 45-54 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_45_54'
    );

Measure “Persons Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_45_54'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_45_54',
      'denominator'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.17. Persons Total Age 55-64 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_55_64'
    );

Measure “Persons Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_55_64'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_55_64',
      'denominator'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.18. Persons Total Age 65-74 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_65_74'
    );

Measure “Persons Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_65_74'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_65_74',
      'denominator'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.19. Persons Total Age 75-84 yearsΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_75_84'
    );

Measure “Persons Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_75_84'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_75_84',
      'denominator'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.35.20. Persons Total Age 85 years and overΒΆ

Non-School Qualification: Level of Education

Measure “Persons Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B40B_P_Tot_85ov',
      'denominator'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B40B_P_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36. Persons Total TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_Tot'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_Tot'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_Tot',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1. Females Total TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_Tot'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_Tot'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_Tot',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.3.36.1.10. Females Architecture and Building TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_Tot'
    );

Measure “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_Tot'
    );

Measure “Females Architecture and Building Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_Tot',
      'denominator'
    );

Measure “Females Architecture and Building Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.11. Females Architecture and Building Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_15_24'
    );

Measure “Females Architecture and Building Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_15_24'
    );

Measure “Females Architecture and Building Age 15-24 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_15_24',
      'denominator'
    );

Measure “Females Architecture and Building Age 15-24 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.12. Females Architecture and Building Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_25_34'
    );

Measure “Females Architecture and Building Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_25_34'
    );

Measure “Females Architecture and Building Age 25-34 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_25_34',
      'denominator'
    );

Measure “Females Architecture and Building Age 25-34 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.13. Females Architecture and Building Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_35_44'
    );

Measure “Females Architecture and Building Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_35_44'
    );

Measure “Females Architecture and Building Age 35-44 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_35_44',
      'denominator'
    );

Measure “Females Architecture and Building Age 35-44 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.14. Females Architecture and Building Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_45_54'
    );

Measure “Females Architecture and Building Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_45_54'
    );

Measure “Females Architecture and Building Age 45-54 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_45_54',
      'denominator'
    );

Measure “Females Architecture and Building Age 45-54 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.15. Females Architecture and Building Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_55_64'
    );

Measure “Females Architecture and Building Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_55_64'
    );

Measure “Females Architecture and Building Age 55-64 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_55_64',
      'denominator'
    );

Measure “Females Architecture and Building Age 55-64 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.16. Females Architecture and Building Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_65_74'
    );

Measure “Females Architecture and Building Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_65_74'
    );

Measure “Females Architecture and Building Age 65-74 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_65_74',
      'denominator'
    );

Measure “Females Architecture and Building Age 65-74 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.17. Females Architecture and Building Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_75_84'
    );

Measure “Females Architecture and Building Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_75_84'
    );

Measure “Females Architecture and Building Age 75-84 years” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_75_84',
      'denominator'
    );

Measure “Females Architecture and Building Age 75-84 years” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.18. Females Architecture and Building Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Architecture and Building Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_85ov'
    );

Measure “Females Architecture and Building Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_85ov'
    );

Measure “Females Architecture and Building Age 85 years and over” percent of “Females Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_ArchtBldng_85ov',
      'denominator'
    );

Measure “Females Architecture and Building Age 85 years and over” percent of “Females Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_ArchtBldng_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.19. Females Creative Arts TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_Tot'
    );

Measure “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_Tot'
    );

Measure “Females Creative Arts Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_Tot',
      'denominator'
    );

Measure “Females Creative Arts Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.20. Females Creative Arts Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_15_24'
    );

Measure “Females Creative Arts Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_15_24'
    );

Measure “Females Creative Arts Age 15-24 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_15_24',
      'denominator'
    );

Measure “Females Creative Arts Age 15-24 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.21. Females Creative Arts Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_25_34'
    );

Measure “Females Creative Arts Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_25_34'
    );

Measure “Females Creative Arts Age 25-34 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_25_34',
      'denominator'
    );

Measure “Females Creative Arts Age 25-34 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.22. Females Creative Arts Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_35_44'
    );

Measure “Females Creative Arts Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_35_44'
    );

Measure “Females Creative Arts Age 35-44 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_35_44',
      'denominator'
    );

Measure “Females Creative Arts Age 35-44 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.23. Females Creative Arts Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_45_54'
    );

Measure “Females Creative Arts Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_45_54'
    );

Measure “Females Creative Arts Age 45-54 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_45_54',
      'denominator'
    );

Measure “Females Creative Arts Age 45-54 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.24. Females Creative Arts Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_55_64'
    );

Measure “Females Creative Arts Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_55_64'
    );

Measure “Females Creative Arts Age 55-64 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_55_64',
      'denominator'
    );

Measure “Females Creative Arts Age 55-64 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.25. Females Creative Arts Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_65_74'
    );

Measure “Females Creative Arts Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_65_74'
    );

Measure “Females Creative Arts Age 65-74 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_65_74',
      'denominator'
    );

Measure “Females Creative Arts Age 65-74 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.26. Females Creative Arts Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_75_84'
    );

Measure “Females Creative Arts Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_75_84'
    );

Measure “Females Creative Arts Age 75-84 years” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_75_84',
      'denominator'
    );

Measure “Females Creative Arts Age 75-84 years” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.27. Females Creative Arts Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Creative Arts Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_85ov'
    );

Measure “Females Creative Arts Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_85ov'
    );

Measure “Females Creative Arts Age 85 years and over” percent of “Females Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Creative_Arts_85ov',
      'denominator'
    );

Measure “Females Creative Arts Age 85 years and over” percent of “Females Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Creative_Arts_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.28. Females Education TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_Tot'
    );

Measure “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_Tot'
    );

Measure “Females Education Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_Tot',
      'denominator'
    );

Measure “Females Education Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.29. Females Education Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_15_24'
    );

Measure “Females Education Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_15_24'
    );

Measure “Females Education Age 15-24 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_15_24',
      'denominator'
    );

Measure “Females Education Age 15-24 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.30. Females Education Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_25_34'
    );

Measure “Females Education Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_25_34'
    );

Measure “Females Education Age 25-34 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_25_34',
      'denominator'
    );

Measure “Females Education Age 25-34 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.31. Females Education Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_35_44'
    );

Measure “Females Education Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_35_44'
    );

Measure “Females Education Age 35-44 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_35_44',
      'denominator'
    );

Measure “Females Education Age 35-44 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.32. Females Education Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_45_54'
    );

Measure “Females Education Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_45_54'
    );

Measure “Females Education Age 45-54 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_45_54',
      'denominator'
    );

Measure “Females Education Age 45-54 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.33. Females Education Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_55_64'
    );

Measure “Females Education Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_55_64'
    );

Measure “Females Education Age 55-64 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_55_64',
      'denominator'
    );

Measure “Females Education Age 55-64 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.34. Females Education Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_65_74'
    );

Measure “Females Education Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_65_74'
    );

Measure “Females Education Age 65-74 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_65_74',
      'denominator'
    );

Measure “Females Education Age 65-74 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.35. Females Education Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_75_84'
    );

Measure “Females Education Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_75_84'
    );

Measure “Females Education Age 75-84 years” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_75_84',
      'denominator'
    );

Measure “Females Education Age 75-84 years” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.36. Females Education Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Education Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_85ov'
    );

Measure “Females Education Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_85ov'
    );

Measure “Females Education Age 85 years and over” percent of “Females Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Educ_85ov',
      'denominator'
    );

Measure “Females Education Age 85 years and over” percent of “Females Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Educ_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.46. Females Field of study inadequately described TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_Tot'
    );

Measure “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_Tot'
    );

Measure “Females Field of study inadequately described Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_Tot',
      'denominator'
    );

Measure “Females Field of study inadequately described Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.47. Females Field of study inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_15_24'
    );

Measure “Females Field of study inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_15_24'
    );

Measure “Females Field of study inadequately described Age 15-24 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_15_24',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 15-24 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.48. Females Field of study inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_25_34'
    );

Measure “Females Field of study inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_25_34'
    );

Measure “Females Field of study inadequately described Age 25-34 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_25_34',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 25-34 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.49. Females Field of study inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_35_44'
    );

Measure “Females Field of study inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_35_44'
    );

Measure “Females Field of study inadequately described Age 35-44 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_35_44',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 35-44 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.50. Females Field of study inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_45_54'
    );

Measure “Females Field of study inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_45_54'
    );

Measure “Females Field of study inadequately described Age 45-54 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_45_54',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 45-54 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.51. Females Field of study inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_55_64'
    );

Measure “Females Field of study inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_55_64'
    );

Measure “Females Field of study inadequately described Age 55-64 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_55_64',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 55-64 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.52. Females Field of study inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_65_74'
    );

Measure “Females Field of study inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_65_74'
    );

Measure “Females Field of study inadequately described Age 65-74 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_65_74',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 65-74 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.53. Females Field of study inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_75_84'
    );

Measure “Females Field of study inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_75_84'
    );

Measure “Females Field of study inadequately described Age 75-84 years” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_75_84',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 75-84 years” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.54. Females Field of study inadequately described Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_85ov'
    );

Measure “Females Field of study inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_85ov'
    );

Measure “Females Field of study inadequately described Age 85 years and over” percent of “Females Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_InadDes_85ov',
      'denominator'
    );

Measure “Females Field of study inadequately described Age 85 years and over” percent of “Females Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_InadDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.55. Females Field of study not stated TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_Tot'
    );

Measure “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_Tot'
    );

Measure “Females Field of study not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_Tot',
      'denominator'
    );

Measure “Females Field of study not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.56. Females Field of study not stated Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_15_24'
    );

Measure “Females Field of study not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_15_24'
    );

Measure “Females Field of study not stated Age 15-24 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_15_24',
      'denominator'
    );

Measure “Females Field of study not stated Age 15-24 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.57. Females Field of study not stated Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_25_34'
    );

Measure “Females Field of study not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_25_34'
    );

Measure “Females Field of study not stated Age 25-34 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_25_34',
      'denominator'
    );

Measure “Females Field of study not stated Age 25-34 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.58. Females Field of study not stated Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_35_44'
    );

Measure “Females Field of study not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_35_44'
    );

Measure “Females Field of study not stated Age 35-44 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_35_44',
      'denominator'
    );

Measure “Females Field of study not stated Age 35-44 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.59. Females Field of study not stated Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_45_54'
    );

Measure “Females Field of study not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_45_54'
    );

Measure “Females Field of study not stated Age 45-54 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_45_54',
      'denominator'
    );

Measure “Females Field of study not stated Age 45-54 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.60. Females Field of study not stated Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_55_64'
    );

Measure “Females Field of study not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_55_64'
    );

Measure “Females Field of study not stated Age 55-64 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_55_64',
      'denominator'
    );

Measure “Females Field of study not stated Age 55-64 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.61. Females Field of study not stated Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_65_74'
    );

Measure “Females Field of study not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_65_74'
    );

Measure “Females Field of study not stated Age 65-74 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_65_74',
      'denominator'
    );

Measure “Females Field of study not stated Age 65-74 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.62. Females Field of study not stated Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_75_84'
    );

Measure “Females Field of study not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_75_84'
    );

Measure “Females Field of study not stated Age 75-84 years” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_75_84',
      'denominator'
    );

Measure “Females Field of study not stated Age 75-84 years” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.63. Females Field of study not stated Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Field of study not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_85ov'
    );

Measure “Females Field of study not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_85ov'
    );

Measure “Females Field of study not stated Age 85 years and over” percent of “Females Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_FldStd_NS_85ov',
      'denominator'
    );

Measure “Females Field of study not stated Age 85 years and over” percent of “Females Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_FldStd_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.64. Females Food Hospitality and Personal Services TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Females Food Hospitality and Personal Services Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.65. Females Food Hospitality and Personal Services Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Females Food Hospitality and Personal Services Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Females Food Hospitality and Personal Services Age 15-24 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 15-24 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.66. Females Food Hospitality and Personal Services Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Females Food Hospitality and Personal Services Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Females Food Hospitality and Personal Services Age 25-34 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 25-34 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.67. Females Food Hospitality and Personal Services Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Females Food Hospitality and Personal Services Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Females Food Hospitality and Personal Services Age 35-44 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 35-44 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.68. Females Food Hospitality and Personal Services Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Females Food Hospitality and Personal Services Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Females Food Hospitality and Personal Services Age 45-54 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 45-54 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.69. Females Food Hospitality and Personal Services Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Females Food Hospitality and Personal Services Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Females Food Hospitality and Personal Services Age 55-64 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 55-64 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.70. Females Food Hospitality and Personal Services Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Females Food Hospitality and Personal Services Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Females Food Hospitality and Personal Services Age 65-74 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 65-74 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.71. Females Food Hospitality and Personal Services Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Females Food Hospitality and Personal Services Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Females Food Hospitality and Personal Services Age 75-84 years” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 75-84 years” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.72. Females Food Hospitality and Personal Services Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Food Hospitality and Personal Services Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Females Food Hospitality and Personal Services Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Females Food Hospitality and Personal Services Age 85 years and over” percent of “Females Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );

Measure “Females Food Hospitality and Personal Services Age 85 years and over” percent of “Females Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.73. Females Health TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_Tot'
    );

Measure “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_Tot'
    );

Measure “Females Health Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_Tot',
      'denominator'
    );

Measure “Females Health Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.74. Females Health Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_15_24'
    );

Measure “Females Health Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_15_24'
    );

Measure “Females Health Age 15-24 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_15_24',
      'denominator'
    );

Measure “Females Health Age 15-24 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.75. Females Health Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_25_34'
    );

Measure “Females Health Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_25_34'
    );

Measure “Females Health Age 25-34 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_25_34',
      'denominator'
    );

Measure “Females Health Age 25-34 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.76. Females Health Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_35_44'
    );

Measure “Females Health Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_35_44'
    );

Measure “Females Health Age 35-44 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_35_44',
      'denominator'
    );

Measure “Females Health Age 35-44 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.77. Females Health Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_45_54'
    );

Measure “Females Health Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_45_54'
    );

Measure “Females Health Age 45-54 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_45_54',
      'denominator'
    );

Measure “Females Health Age 45-54 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.78. Females Health Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_55_64'
    );

Measure “Females Health Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_55_64'
    );

Measure “Females Health Age 55-64 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_55_64',
      'denominator'
    );

Measure “Females Health Age 55-64 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.79. Females Health Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_65_74'
    );

Measure “Females Health Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_65_74'
    );

Measure “Females Health Age 65-74 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_65_74',
      'denominator'
    );

Measure “Females Health Age 65-74 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.80. Females Health Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_75_84'
    );

Measure “Females Health Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_75_84'
    );

Measure “Females Health Age 75-84 years” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_75_84',
      'denominator'
    );

Measure “Females Health Age 75-84 years” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.81. Females Health Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Health Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_85ov'
    );

Measure “Females Health Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_85ov'
    );

Measure “Females Health Age 85 years and over” percent of “Females Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Health_85ov',
      'denominator'
    );

Measure “Females Health Age 85 years and over” percent of “Females Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Health_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.82. Females Information Technology TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_Tot'
    );

Measure “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_Tot'
    );

Measure “Females Information Technology Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_Tot',
      'denominator'
    );

Measure “Females Information Technology Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.83. Females Information Technology Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_15_24'
    );

Measure “Females Information Technology Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_15_24'
    );

Measure “Females Information Technology Age 15-24 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_15_24',
      'denominator'
    );

Measure “Females Information Technology Age 15-24 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.84. Females Information Technology Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_25_34'
    );

Measure “Females Information Technology Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_25_34'
    );

Measure “Females Information Technology Age 25-34 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_25_34',
      'denominator'
    );

Measure “Females Information Technology Age 25-34 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.85. Females Information Technology Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_35_44'
    );

Measure “Females Information Technology Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_35_44'
    );

Measure “Females Information Technology Age 35-44 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_35_44',
      'denominator'
    );

Measure “Females Information Technology Age 35-44 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.86. Females Information Technology Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_45_54'
    );

Measure “Females Information Technology Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_45_54'
    );

Measure “Females Information Technology Age 45-54 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_45_54',
      'denominator'
    );

Measure “Females Information Technology Age 45-54 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.87. Females Information Technology Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_55_64'
    );

Measure “Females Information Technology Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_55_64'
    );

Measure “Females Information Technology Age 55-64 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_55_64',
      'denominator'
    );

Measure “Females Information Technology Age 55-64 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.88. Females Information Technology Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_65_74'
    );

Measure “Females Information Technology Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_65_74'
    );

Measure “Females Information Technology Age 65-74 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_65_74',
      'denominator'
    );

Measure “Females Information Technology Age 65-74 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.89. Females Information Technology Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_75_84'
    );

Measure “Females Information Technology Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_75_84'
    );

Measure “Females Information Technology Age 75-84 years” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_75_84',
      'denominator'
    );

Measure “Females Information Technology Age 75-84 years” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.90. Females Information Technology Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Information Technology Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_85ov'
    );

Measure “Females Information Technology Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_85ov'
    );

Measure “Females Information Technology Age 85 years and over” percent of “Females Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_InfoTech_85ov',
      'denominator'
    );

Measure “Females Information Technology Age 85 years and over” percent of “Females Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_InfoTech_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.91. Females Management and Commerce TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_Tot'
    );

Measure “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_Tot'
    );

Measure “Females Management and Commerce Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_Tot',
      'denominator'
    );

Measure “Females Management and Commerce Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.92. Females Management and Commerce Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Mgnt_Com_15_24'
    );

Measure “Females Management and Commerce Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Mgnt_Com_15_24'
    );

Measure “Females Management and Commerce Age 15-24 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Mgnt_Com_15_24',
      'denominator'
    );

Measure “Females Management and Commerce Age 15-24 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Mgnt_Com_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.93. Females Management and Commerce Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Mgnt_Com_25_34'
    );

Measure “Females Management and Commerce Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Mgnt_Com_25_34'
    );

Measure “Females Management and Commerce Age 25-34 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_Mgnt_Com_25_34',
      'denominator'
    );

Measure “Females Management and Commerce Age 25-34 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_Mgnt_Com_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.94. Females Management and Commerce Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_35_44'
    );

Measure “Females Management and Commerce Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_35_44'
    );

Measure “Females Management and Commerce Age 35-44 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_35_44',
      'denominator'
    );

Measure “Females Management and Commerce Age 35-44 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.95. Females Management and Commerce Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_45_54'
    );

Measure “Females Management and Commerce Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_45_54'
    );

Measure “Females Management and Commerce Age 45-54 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_45_54',
      'denominator'
    );

Measure “Females Management and Commerce Age 45-54 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.96. Females Management and Commerce Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_55_64'
    );

Measure “Females Management and Commerce Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_55_64'
    );

Measure “Females Management and Commerce Age 55-64 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_55_64',
      'denominator'
    );

Measure “Females Management and Commerce Age 55-64 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.97. Females Management and Commerce Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_65_74'
    );

Measure “Females Management and Commerce Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_65_74'
    );

Measure “Females Management and Commerce Age 65-74 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_65_74',
      'denominator'
    );

Measure “Females Management and Commerce Age 65-74 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.98. Females Management and Commerce Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_75_84'
    );

Measure “Females Management and Commerce Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_75_84'
    );

Measure “Females Management and Commerce Age 75-84 years” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_75_84',
      'denominator'
    );

Measure “Females Management and Commerce Age 75-84 years” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.99. Females Management and Commerce Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Management and Commerce Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_85ov'
    );

Measure “Females Management and Commerce Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_85ov'
    );

Measure “Females Management and Commerce Age 85 years and over” percent of “Females Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Mgnt_Com_85ov',
      'denominator'
    );

Measure “Females Management and Commerce Age 85 years and over” percent of “Females Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Mgnt_Com_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.100. Females Mixed Field Programmes TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_Tot'
    );

Measure “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_Tot'
    );

Measure “Females Mixed Field Programmes Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_Tot',
      'denominator'
    );

Measure “Females Mixed Field Programmes Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.101. Females Mixed Field Programmes Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_15_24'
    );

Measure “Females Mixed Field Programmes Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_15_24'
    );

Measure “Females Mixed Field Programmes Age 15-24 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_15_24',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 15-24 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.102. Females Mixed Field Programmes Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_25_34'
    );

Measure “Females Mixed Field Programmes Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_25_34'
    );

Measure “Females Mixed Field Programmes Age 25-34 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_25_34',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 25-34 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.103. Females Mixed Field Programmes Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_35_44'
    );

Measure “Females Mixed Field Programmes Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_35_44'
    );

Measure “Females Mixed Field Programmes Age 35-44 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_35_44',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 35-44 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.104. Females Mixed Field Programmes Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_45_54'
    );

Measure “Females Mixed Field Programmes Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_45_54'
    );

Measure “Females Mixed Field Programmes Age 45-54 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_45_54',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 45-54 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.105. Females Mixed Field Programmes Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_55_64'
    );

Measure “Females Mixed Field Programmes Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_55_64'
    );

Measure “Females Mixed Field Programmes Age 55-64 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_55_64',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 55-64 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.106. Females Mixed Field Programmes Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_65_74'
    );

Measure “Females Mixed Field Programmes Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_65_74'
    );

Measure “Females Mixed Field Programmes Age 65-74 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_65_74',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 65-74 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.107. Females Mixed Field Programmes Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_75_84'
    );

Measure “Females Mixed Field Programmes Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_75_84'
    );

Measure “Females Mixed Field Programmes Age 75-84 years” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_75_84',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 75-84 years” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.108. Females Mixed Field Programmes Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Mixed Field Programmes Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_85ov'
    );

Measure “Females Mixed Field Programmes Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_85ov'
    );

Measure “Females Mixed Field Programmes Age 85 years and over” percent of “Females Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_MixFld_Prgm_85ov',
      'denominator'
    );

Measure “Females Mixed Field Programmes Age 85 years and over” percent of “Females Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_MixFld_Prgm_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.109. Females Natural and Physical Sciences TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_Tot'
    );

Measure “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_Tot'
    );

Measure “Females Natural and Physical Sciences Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_Tot',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.110. Females Natural and Physical Sciences Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_15_24'
    );

Measure “Females Natural and Physical Sciences Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_15_24'
    );

Measure “Females Natural and Physical Sciences Age 15-24 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_15_24',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 15-24 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.111. Females Natural and Physical Sciences Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_25_34'
    );

Measure “Females Natural and Physical Sciences Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_25_34'
    );

Measure “Females Natural and Physical Sciences Age 25-34 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_25_34',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 25-34 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.112. Females Natural and Physical Sciences Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_35_44'
    );

Measure “Females Natural and Physical Sciences Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_35_44'
    );

Measure “Females Natural and Physical Sciences Age 35-44 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_35_44',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 35-44 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.113. Females Natural and Physical Sciences Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_45_54'
    );

Measure “Females Natural and Physical Sciences Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_45_54'
    );

Measure “Females Natural and Physical Sciences Age 45-54 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_45_54',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 45-54 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.114. Females Natural and Physical Sciences Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_55_64'
    );

Measure “Females Natural and Physical Sciences Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_55_64'
    );

Measure “Females Natural and Physical Sciences Age 55-64 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_55_64',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 55-64 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.115. Females Natural and Physical Sciences Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_65_74'
    );

Measure “Females Natural and Physical Sciences Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_65_74'
    );

Measure “Females Natural and Physical Sciences Age 65-74 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_65_74',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 65-74 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.116. Females Natural and Physical Sciences Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_75_84'
    );

Measure “Females Natural and Physical Sciences Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_75_84'
    );

Measure “Females Natural and Physical Sciences Age 75-84 years” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_75_84',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 75-84 years” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.117. Females Natural and Physical Sciences Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Natural and Physical Sciences Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_85ov'
    );

Measure “Females Natural and Physical Sciences Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_85ov'
    );

Measure “Females Natural and Physical Sciences Age 85 years and over” percent of “Females Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_F_NatPhyl_Scn_85ov',
      'denominator'
    );

Measure “Females Natural and Physical Sciences Age 85 years and over” percent of “Females Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_F_NatPhyl_Scn_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.118. Females Society and Culture TotalΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_Tot'
    );

Measure “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_Tot'
    );

Measure “Females Society and Culture Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_Tot',
      'denominator'
    );

Measure “Females Society and Culture Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.119. Females Society and Culture Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_15_24'
    );

Measure “Females Society and Culture Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_15_24'
    );

Measure “Females Society and Culture Age 15-24 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_15_24',
      'denominator'
    );

Measure “Females Society and Culture Age 15-24 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.120. Females Society and Culture Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_25_34'
    );

Measure “Females Society and Culture Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_25_34'
    );

Measure “Females Society and Culture Age 25-34 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_25_34',
      'denominator'
    );

Measure “Females Society and Culture Age 25-34 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.121. Females Society and Culture Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_35_44'
    );

Measure “Females Society and Culture Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_35_44'
    );

Measure “Females Society and Culture Age 35-44 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_35_44',
      'denominator'
    );

Measure “Females Society and Culture Age 35-44 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.122. Females Society and Culture Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_45_54'
    );

Measure “Females Society and Culture Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_45_54'
    );

Measure “Females Society and Culture Age 45-54 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_45_54',
      'denominator'
    );

Measure “Females Society and Culture Age 45-54 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.123. Females Society and Culture Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_55_64'
    );

Measure “Females Society and Culture Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_55_64'
    );

Measure “Females Society and Culture Age 55-64 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_55_64',
      'denominator'
    );

Measure “Females Society and Culture Age 55-64 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.124. Females Society and Culture Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_65_74'
    );

Measure “Females Society and Culture Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_65_74'
    );

Measure “Females Society and Culture Age 65-74 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_65_74',
      'denominator'
    );

Measure “Females Society and Culture Age 65-74 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.125. Females Society and Culture Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_75_84'
    );

Measure “Females Society and Culture Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_75_84'
    );

Measure “Females Society and Culture Age 75-84 years” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_75_84',
      'denominator'
    );

Measure “Females Society and Culture Age 75-84 years” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.126. Females Society and Culture Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Society and Culture Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_85ov'
    );

Measure “Females Society and Culture Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_85ov'
    );

Measure “Females Society and Culture Age 85 years and over” percent of “Females Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Society_Cult_85ov',
      'denominator'
    );

Measure “Females Society and Culture Age 85 years and over” percent of “Females Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Society_Cult_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.127. Females Total Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_15_24'
    );

Measure “Females Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_15_24'
    );

Measure “Females Total Age 15-24 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_15_24',
      'denominator'
    );

Measure “Females Total Age 15-24 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.128. Females Total Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_25_34'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_25_34',
      'denominator'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.129. Females Total Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_35_44'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_35_44',
      'denominator'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.130. Females Total Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_45_54'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_45_54',
      'denominator'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.131. Females Total Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_55_64'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_55_64',
      'denominator'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.132. Females Total Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_65_74'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_65_74',
      'denominator'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.133. Females Total Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_75_84'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_75_84',
      'denominator'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.1.134. Females Total Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Females Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_F_Tot_85ov',
      'denominator'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_F_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2. Males Total TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_Tot'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_Tot'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_Tot',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.3.36.2.10. Males Architecture and Building TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_Tot'
    );

Measure “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_Tot'
    );

Measure “Males Architecture and Building Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_Tot',
      'denominator'
    );

Measure “Males Architecture and Building Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.11. Males Architecture and Building Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_15_24'
    );

Measure “Males Architecture and Building Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_15_24'
    );

Measure “Males Architecture and Building Age 15-24 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_15_24',
      'denominator'
    );

Measure “Males Architecture and Building Age 15-24 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.12. Males Architecture and Building Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_25_34'
    );

Measure “Males Architecture and Building Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_25_34'
    );

Measure “Males Architecture and Building Age 25-34 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_25_34',
      'denominator'
    );

Measure “Males Architecture and Building Age 25-34 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.13. Males Architecture and Building Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_35_44'
    );

Measure “Males Architecture and Building Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_35_44'
    );

Measure “Males Architecture and Building Age 35-44 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_35_44',
      'denominator'
    );

Measure “Males Architecture and Building Age 35-44 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.14. Males Architecture and Building Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_45_54'
    );

Measure “Males Architecture and Building Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_45_54'
    );

Measure “Males Architecture and Building Age 45-54 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_45_54',
      'denominator'
    );

Measure “Males Architecture and Building Age 45-54 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.15. Males Architecture and Building Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_55_64'
    );

Measure “Males Architecture and Building Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_55_64'
    );

Measure “Males Architecture and Building Age 55-64 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_55_64',
      'denominator'
    );

Measure “Males Architecture and Building Age 55-64 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.16. Males Architecture and Building Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_65_74'
    );

Measure “Males Architecture and Building Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_65_74'
    );

Measure “Males Architecture and Building Age 65-74 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_65_74',
      'denominator'
    );

Measure “Males Architecture and Building Age 65-74 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.17. Males Architecture and Building Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_75_84'
    );

Measure “Males Architecture and Building Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_75_84'
    );

Measure “Males Architecture and Building Age 75-84 years” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_75_84',
      'denominator'
    );

Measure “Males Architecture and Building Age 75-84 years” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.18. Males Architecture and Building Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Architecture and Building Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_85ov'
    );

Measure “Males Architecture and Building Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_85ov'
    );

Measure “Males Architecture and Building Age 85 years and over” percent of “Males Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_ArchtBldng_85ov',
      'denominator'
    );

Measure “Males Architecture and Building Age 85 years and over” percent of “Males Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_ArchtBldng_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.19. Males Creative Arts TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_Tot'
    );

Measure “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_Tot'
    );

Measure “Males Creative Arts Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_Tot',
      'denominator'
    );

Measure “Males Creative Arts Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.20. Males Creative Arts Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_15_24'
    );

Measure “Males Creative Arts Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_15_24'
    );

Measure “Males Creative Arts Age 15-24 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_15_24',
      'denominator'
    );

Measure “Males Creative Arts Age 15-24 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.21. Males Creative Arts Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_25_34'
    );

Measure “Males Creative Arts Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_25_34'
    );

Measure “Males Creative Arts Age 25-34 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_25_34',
      'denominator'
    );

Measure “Males Creative Arts Age 25-34 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.22. Males Creative Arts Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_35_44'
    );

Measure “Males Creative Arts Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_35_44'
    );

Measure “Males Creative Arts Age 35-44 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_35_44',
      'denominator'
    );

Measure “Males Creative Arts Age 35-44 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.23. Males Creative Arts Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_45_54'
    );

Measure “Males Creative Arts Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_45_54'
    );

Measure “Males Creative Arts Age 45-54 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_45_54',
      'denominator'
    );

Measure “Males Creative Arts Age 45-54 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.24. Males Creative Arts Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_55_64'
    );

Measure “Males Creative Arts Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_55_64'
    );

Measure “Males Creative Arts Age 55-64 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_55_64',
      'denominator'
    );

Measure “Males Creative Arts Age 55-64 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.25. Males Creative Arts Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_65_74'
    );

Measure “Males Creative Arts Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_65_74'
    );

Measure “Males Creative Arts Age 65-74 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_65_74',
      'denominator'
    );

Measure “Males Creative Arts Age 65-74 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.26. Males Creative Arts Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_75_84'
    );

Measure “Males Creative Arts Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_75_84'
    );

Measure “Males Creative Arts Age 75-84 years” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_75_84',
      'denominator'
    );

Measure “Males Creative Arts Age 75-84 years” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.27. Males Creative Arts Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Creative Arts Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_85ov'
    );

Measure “Males Creative Arts Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_85ov'
    );

Measure “Males Creative Arts Age 85 years and over” percent of “Males Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Creative_Arts_85ov',
      'denominator'
    );

Measure “Males Creative Arts Age 85 years and over” percent of “Males Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Creative_Arts_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.28. Males Education TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_Tot'
    );

Measure “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_Tot'
    );

Measure “Males Education Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_Tot',
      'denominator'
    );

Measure “Males Education Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.29. Males Education Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_15_24'
    );

Measure “Males Education Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_15_24'
    );

Measure “Males Education Age 15-24 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_15_24',
      'denominator'
    );

Measure “Males Education Age 15-24 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.30. Males Education Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_25_34'
    );

Measure “Males Education Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_25_34'
    );

Measure “Males Education Age 25-34 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_25_34',
      'denominator'
    );

Measure “Males Education Age 25-34 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.31. Males Education Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_35_44'
    );

Measure “Males Education Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_35_44'
    );

Measure “Males Education Age 35-44 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_35_44',
      'denominator'
    );

Measure “Males Education Age 35-44 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.32. Males Education Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_45_54'
    );

Measure “Males Education Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_45_54'
    );

Measure “Males Education Age 45-54 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_45_54',
      'denominator'
    );

Measure “Males Education Age 45-54 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.33. Males Education Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_55_64'
    );

Measure “Males Education Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_55_64'
    );

Measure “Males Education Age 55-64 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_55_64',
      'denominator'
    );

Measure “Males Education Age 55-64 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.34. Males Education Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_65_74'
    );

Measure “Males Education Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_65_74'
    );

Measure “Males Education Age 65-74 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_65_74',
      'denominator'
    );

Measure “Males Education Age 65-74 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.35. Males Education Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_75_84'
    );

Measure “Males Education Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_75_84'
    );

Measure “Males Education Age 75-84 years” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_75_84',
      'denominator'
    );

Measure “Males Education Age 75-84 years” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.36. Males Education Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Education Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_85_years_and_over'
    );

Measure “Males Education Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_85_years_and_over'
    );

Measure “Males Education Age 85 years and over” percent of “Males Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Educ_85_years_and_over',
      'denominator'
    );

Measure “Males Education Age 85 years and over” percent of “Males Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Educ_85_years_and_over',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.46. Males Field of study inadequately described TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_Tot'
    );

Measure “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_Tot'
    );

Measure “Males Field of study inadequately described Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_Tot',
      'denominator'
    );

Measure “Males Field of study inadequately described Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.47. Males Field of study inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_15_24'
    );

Measure “Males Field of study inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_15_24'
    );

Measure “Males Field of study inadequately described Age 15-24 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_15_24',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 15-24 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.48. Males Field of study inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_25_34'
    );

Measure “Males Field of study inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_25_34'
    );

Measure “Males Field of study inadequately described Age 25-34 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_25_34',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 25-34 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.49. Males Field of study inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_35_44'
    );

Measure “Males Field of study inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_35_44'
    );

Measure “Males Field of study inadequately described Age 35-44 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_35_44',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 35-44 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.50. Males Field of study inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_45_54'
    );

Measure “Males Field of study inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_45_54'
    );

Measure “Males Field of study inadequately described Age 45-54 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_45_54',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 45-54 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.51. Males Field of study inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_55_64'
    );

Measure “Males Field of study inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_55_64'
    );

Measure “Males Field of study inadequately described Age 55-64 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_55_64',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 55-64 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.52. Males Field of study inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_65_74'
    );

Measure “Males Field of study inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_65_74'
    );

Measure “Males Field of study inadequately described Age 65-74 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_65_74',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 65-74 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.53. Males Field of study inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_75_84'
    );

Measure “Males Field of study inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_75_84'
    );

Measure “Males Field of study inadequately described Age 75-84 years” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_75_84',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 75-84 years” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.54. Males Field of study inadequately described Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_85ov'
    );

Measure “Males Field of study inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_85ov'
    );

Measure “Males Field of study inadequately described Age 85 years and over” percent of “Males Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_InadDes_85ov',
      'denominator'
    );

Measure “Males Field of study inadequately described Age 85 years and over” percent of “Males Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_InadDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.55. Males Field of study not stated TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_Tot'
    );

Measure “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_Tot'
    );

Measure “Males Field of study not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_Tot',
      'denominator'
    );

Measure “Males Field of study not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.56. Males Field of study not stated Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_15_24'
    );

Measure “Males Field of study not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_15_24'
    );

Measure “Males Field of study not stated Age 15-24 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_15_24',
      'denominator'
    );

Measure “Males Field of study not stated Age 15-24 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.57. Males Field of study not stated Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_25_34'
    );

Measure “Males Field of study not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_25_34'
    );

Measure “Males Field of study not stated Age 25-34 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_25_34',
      'denominator'
    );

Measure “Males Field of study not stated Age 25-34 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.58. Males Field of study not stated Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_35_44'
    );

Measure “Males Field of study not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_35_44'
    );

Measure “Males Field of study not stated Age 35-44 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_35_44',
      'denominator'
    );

Measure “Males Field of study not stated Age 35-44 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.59. Males Field of study not stated Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_45_54'
    );

Measure “Males Field of study not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_45_54'
    );

Measure “Males Field of study not stated Age 45-54 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_45_54',
      'denominator'
    );

Measure “Males Field of study not stated Age 45-54 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.60. Males Field of study not stated Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_55_64'
    );

Measure “Males Field of study not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_55_64'
    );

Measure “Males Field of study not stated Age 55-64 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_55_64',
      'denominator'
    );

Measure “Males Field of study not stated Age 55-64 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.61. Males Field of study not stated Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_65_74'
    );

Measure “Males Field of study not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_65_74'
    );

Measure “Males Field of study not stated Age 65-74 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_65_74',
      'denominator'
    );

Measure “Males Field of study not stated Age 65-74 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.62. Males Field of study not stated Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_75_84'
    );

Measure “Males Field of study not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_75_84'
    );

Measure “Males Field of study not stated Age 75-84 years” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_75_84',
      'denominator'
    );

Measure “Males Field of study not stated Age 75-84 years” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.63. Males Field of study not stated Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Field of study not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_85ov'
    );

Measure “Males Field of study not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_85ov'
    );

Measure “Males Field of study not stated Age 85 years and over” percent of “Males Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_FldStd_NS_85ov',
      'denominator'
    );

Measure “Males Field of study not stated Age 85 years and over” percent of “Males Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_FldStd_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.64. Males Food Hospitality and Personal Services TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Males Food Hospitality and Personal Services Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.65. Males Food Hospitality and Personal Services Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Males Food Hospitality and Personal Services Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Males Food Hospitality and Personal Services Age 15-24 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 15-24 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.66. Males Food Hospitality and Personal Services Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Males Food Hospitality and Personal Services Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Males Food Hospitality and Personal Services Age 25-34 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 25-34 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.67. Males Food Hospitality and Personal Services Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Males Food Hospitality and Personal Services Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Males Food Hospitality and Personal Services Age 35-44 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 35-44 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.68. Males Food Hospitality and Personal Services Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Males Food Hospitality and Personal Services Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Males Food Hospitality and Personal Services Age 45-54 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 45-54 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.69. Males Food Hospitality and Personal Services Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Males Food Hospitality and Personal Services Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Males Food Hospitality and Personal Services Age 55-64 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 55-64 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.70. Males Food Hospitality and Personal Services Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Males Food Hospitality and Personal Services Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Males Food Hospitality and Personal Services Age 65-74 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 65-74 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.71. Males Food Hospitality and Personal Services Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Males Food Hospitality and Personal Services Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Males Food Hospitality and Personal Services Age 75-84 years” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 75-84 years” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.72. Males Food Hospitality and Personal Services Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Food Hospitality and Personal Services Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Males Food Hospitality and Personal Services Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Males Food Hospitality and Personal Services Age 85 years and over” percent of “Males Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );

Measure “Males Food Hospitality and Personal Services Age 85 years and over” percent of “Males Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.73. Males Health TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_Tot'
    );

Measure “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_Tot'
    );

Measure “Males Health Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_Tot',
      'denominator'
    );

Measure “Males Health Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.74. Males Health Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_15_24'
    );

Measure “Males Health Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_15_24'
    );

Measure “Males Health Age 15-24 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_15_24',
      'denominator'
    );

Measure “Males Health Age 15-24 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.75. Males Health Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_25_34'
    );

Measure “Males Health Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_25_34'
    );

Measure “Males Health Age 25-34 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_25_34',
      'denominator'
    );

Measure “Males Health Age 25-34 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.76. Males Health Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_35_44'
    );

Measure “Males Health Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_35_44'
    );

Measure “Males Health Age 35-44 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_35_44',
      'denominator'
    );

Measure “Males Health Age 35-44 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.77. Males Health Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_45_54'
    );

Measure “Males Health Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_45_54'
    );

Measure “Males Health Age 45-54 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_45_54',
      'denominator'
    );

Measure “Males Health Age 45-54 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.78. Males Health Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_55_64'
    );

Measure “Males Health Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_55_64'
    );

Measure “Males Health Age 55-64 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_55_64',
      'denominator'
    );

Measure “Males Health Age 55-64 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.79. Males Health Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_65_74'
    );

Measure “Males Health Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_65_74'
    );

Measure “Males Health Age 65-74 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_65_74',
      'denominator'
    );

Measure “Males Health Age 65-74 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.80. Males Health Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_75_84'
    );

Measure “Males Health Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_75_84'
    );

Measure “Males Health Age 75-84 years” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_75_84',
      'denominator'
    );

Measure “Males Health Age 75-84 years” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.81. Males Health Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Health Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_85ov'
    );

Measure “Males Health Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_85ov'
    );

Measure “Males Health Age 85 years and over” percent of “Males Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Health_85ov',
      'denominator'
    );

Measure “Males Health Age 85 years and over” percent of “Males Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Health_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.82. Males Information Technology TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_Tot'
    );

Measure “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_Tot'
    );

Measure “Males Information Technology Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_Tot',
      'denominator'
    );

Measure “Males Information Technology Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.83. Males Information Technology Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_15_24'
    );

Measure “Males Information Technology Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_15_24'
    );

Measure “Males Information Technology Age 15-24 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_15_24',
      'denominator'
    );

Measure “Males Information Technology Age 15-24 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.84. Males Information Technology Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_25_34'
    );

Measure “Males Information Technology Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_25_34'
    );

Measure “Males Information Technology Age 25-34 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_25_34',
      'denominator'
    );

Measure “Males Information Technology Age 25-34 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.85. Males Information Technology Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_35_44'
    );

Measure “Males Information Technology Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_35_44'
    );

Measure “Males Information Technology Age 35-44 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_35_44',
      'denominator'
    );

Measure “Males Information Technology Age 35-44 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.86. Males Information Technology Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_45_54'
    );

Measure “Males Information Technology Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_45_54'
    );

Measure “Males Information Technology Age 45-54 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_45_54',
      'denominator'
    );

Measure “Males Information Technology Age 45-54 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.87. Males Information Technology Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_55_64'
    );

Measure “Males Information Technology Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_55_64'
    );

Measure “Males Information Technology Age 55-64 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_55_64',
      'denominator'
    );

Measure “Males Information Technology Age 55-64 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.88. Males Information Technology Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_65_74'
    );

Measure “Males Information Technology Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_65_74'
    );

Measure “Males Information Technology Age 65-74 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_65_74',
      'denominator'
    );

Measure “Males Information Technology Age 65-74 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.89. Males Information Technology Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_75_84'
    );

Measure “Males Information Technology Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_75_84'
    );

Measure “Males Information Technology Age 75-84 years” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_75_84',
      'denominator'
    );

Measure “Males Information Technology Age 75-84 years” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.90. Males Information Technology Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Information Technology Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_85ov'
    );

Measure “Males Information Technology Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_85ov'
    );

Measure “Males Information Technology Age 85 years and over” percent of “Males Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_InfoTech_85ov',
      'denominator'
    );

Measure “Males Information Technology Age 85 years and over” percent of “Males Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_InfoTech_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.91. Males Management and Commerce TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_Tot'
    );

Measure “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_Tot'
    );

Measure “Males Management and Commerce Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_Tot',
      'denominator'
    );

Measure “Males Management and Commerce Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.92. Males Management and Commerce Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_15_24'
    );

Measure “Males Management and Commerce Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_15_24'
    );

Measure “Males Management and Commerce Age 15-24 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_15_24',
      'denominator'
    );

Measure “Males Management and Commerce Age 15-24 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.93. Males Management and Commerce Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_25_34'
    );

Measure “Males Management and Commerce Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_25_34'
    );

Measure “Males Management and Commerce Age 25-34 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_25_34',
      'denominator'
    );

Measure “Males Management and Commerce Age 25-34 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.94. Males Management and Commerce Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_35_44'
    );

Measure “Males Management and Commerce Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_35_44'
    );

Measure “Males Management and Commerce Age 35-44 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_35_44',
      'denominator'
    );

Measure “Males Management and Commerce Age 35-44 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.95. Males Management and Commerce Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_45_54'
    );

Measure “Males Management and Commerce Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_45_54'
    );

Measure “Males Management and Commerce Age 45-54 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_45_54',
      'denominator'
    );

Measure “Males Management and Commerce Age 45-54 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.96. Males Management and Commerce Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_55_64'
    );

Measure “Males Management and Commerce Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_55_64'
    );

Measure “Males Management and Commerce Age 55-64 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_55_64',
      'denominator'
    );

Measure “Males Management and Commerce Age 55-64 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.97. Males Management and Commerce Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_65_74'
    );

Measure “Males Management and Commerce Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_65_74'
    );

Measure “Males Management and Commerce Age 65-74 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_65_74',
      'denominator'
    );

Measure “Males Management and Commerce Age 65-74 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.98. Males Management and Commerce Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_75_84'
    );

Measure “Males Management and Commerce Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_75_84'
    );

Measure “Males Management and Commerce Age 75-84 years” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_75_84',
      'denominator'
    );

Measure “Males Management and Commerce Age 75-84 years” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.99. Males Management and Commerce Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Management and Commerce Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_85ov'
    );

Measure “Males Management and Commerce Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_85ov'
    );

Measure “Males Management and Commerce Age 85 years and over” percent of “Males Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Mgnt_Com_85ov',
      'denominator'
    );

Measure “Males Management and Commerce Age 85 years and over” percent of “Males Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Mgnt_Com_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.100. Males Mixed Field Programmes TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_Tot'
    );

Measure “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_Tot'
    );

Measure “Males Mixed Field Programmes Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_Tot',
      'denominator'
    );

Measure “Males Mixed Field Programmes Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.101. Males Mixed Field Programmes Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_15_24'
    );

Measure “Males Mixed Field Programmes Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_15_24'
    );

Measure “Males Mixed Field Programmes Age 15-24 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_15_24',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 15-24 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.102. Males Mixed Field Programmes Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_25_34'
    );

Measure “Males Mixed Field Programmes Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_25_34'
    );

Measure “Males Mixed Field Programmes Age 25-34 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_25_34',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 25-34 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.103. Males Mixed Field Programmes Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_35_44'
    );

Measure “Males Mixed Field Programmes Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_35_44'
    );

Measure “Males Mixed Field Programmes Age 35-44 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_35_44',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 35-44 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.104. Males Mixed Field Programmes Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_45_54'
    );

Measure “Males Mixed Field Programmes Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_45_54'
    );

Measure “Males Mixed Field Programmes Age 45-54 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_45_54',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 45-54 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.105. Males Mixed Field Programmes Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_55_64'
    );

Measure “Males Mixed Field Programmes Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_55_64'
    );

Measure “Males Mixed Field Programmes Age 55-64 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_55_64',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 55-64 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.106. Males Mixed Field Programmes Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_65_74'
    );

Measure “Males Mixed Field Programmes Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_65_74'
    );

Measure “Males Mixed Field Programmes Age 65-74 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_65_74',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 65-74 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.107. Males Mixed Field Programmes Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_75_84'
    );

Measure “Males Mixed Field Programmes Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_75_84'
    );

Measure “Males Mixed Field Programmes Age 75-84 years” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_75_84',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 75-84 years” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.108. Males Mixed Field Programmes Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Mixed Field Programmes Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_85ov'
    );

Measure “Males Mixed Field Programmes Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_85ov'
    );

Measure “Males Mixed Field Programmes Age 85 years and over” percent of “Males Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_MixFld_Prgm_85ov',
      'denominator'
    );

Measure “Males Mixed Field Programmes Age 85 years and over” percent of “Males Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_MixFld_Prgm_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.109. Males Natural and Physical Sciences TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_Tot'
    );

Measure “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_Tot'
    );

Measure “Males Natural and Physical Sciences Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_Tot',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.110. Males Natural and Physical Sciences Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_15_24'
    );

Measure “Males Natural and Physical Sciences Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_15_24'
    );

Measure “Males Natural and Physical Sciences Age 15-24 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_15_24',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 15-24 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.111. Males Natural and Physical Sciences Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_25_34'
    );

Measure “Males Natural and Physical Sciences Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_25_34'
    );

Measure “Males Natural and Physical Sciences Age 25-34 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_25_34',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 25-34 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.112. Males Natural and Physical Sciences Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_35_44'
    );

Measure “Males Natural and Physical Sciences Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_35_44'
    );

Measure “Males Natural and Physical Sciences Age 35-44 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_35_44',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 35-44 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.113. Males Natural and Physical Sciences Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_45_54'
    );

Measure “Males Natural and Physical Sciences Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_45_54'
    );

Measure “Males Natural and Physical Sciences Age 45-54 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_45_54',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 45-54 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.114. Males Natural and Physical Sciences Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_55_64'
    );

Measure “Males Natural and Physical Sciences Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_55_64'
    );

Measure “Males Natural and Physical Sciences Age 55-64 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_55_64',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 55-64 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.115. Males Natural and Physical Sciences Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_65_74'
    );

Measure “Males Natural and Physical Sciences Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_65_74'
    );

Measure “Males Natural and Physical Sciences Age 65-74 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_65_74',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 65-74 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.116. Males Natural and Physical Sciences Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_75_84'
    );

Measure “Males Natural and Physical Sciences Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_75_84'
    );

Measure “Males Natural and Physical Sciences Age 75-84 years” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_75_84',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 75-84 years” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.117. Males Natural and Physical Sciences Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Natural and Physical Sciences Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_85ov'
    );

Measure “Males Natural and Physical Sciences Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_85ov'
    );

Measure “Males Natural and Physical Sciences Age 85 years and over” percent of “Males Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_NatPhyl_Scn_85ov',
      'denominator'
    );

Measure “Males Natural and Physical Sciences Age 85 years and over” percent of “Males Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_NatPhyl_Scn_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.118. Males Society and Culture TotalΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_Tot'
    );

Measure “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_Tot'
    );

Measure “Males Society and Culture Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_Tot',
      'denominator'
    );

Measure “Males Society and Culture Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.119. Males Society and Culture Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_15_24'
    );

Measure “Males Society and Culture Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_15_24'
    );

Measure “Males Society and Culture Age 15-24 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_15_24',
      'denominator'
    );

Measure “Males Society and Culture Age 15-24 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.120. Males Society and Culture Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_25_34'
    );

Measure “Males Society and Culture Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_25_34'
    );

Measure “Males Society and Culture Age 25-34 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_25_34',
      'denominator'
    );

Measure “Males Society and Culture Age 25-34 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.121. Males Society and Culture Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_35_44'
    );

Measure “Males Society and Culture Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_35_44'
    );

Measure “Males Society and Culture Age 35-44 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_35_44',
      'denominator'
    );

Measure “Males Society and Culture Age 35-44 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.122. Males Society and Culture Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_45_54'
    );

Measure “Males Society and Culture Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_45_54'
    );

Measure “Males Society and Culture Age 45-54 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_45_54',
      'denominator'
    );

Measure “Males Society and Culture Age 45-54 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.123. Males Society and Culture Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_55_64'
    );

Measure “Males Society and Culture Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_55_64'
    );

Measure “Males Society and Culture Age 55-64 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_55_64',
      'denominator'
    );

Measure “Males Society and Culture Age 55-64 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.124. Males Society and Culture Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_65_74'
    );

Measure “Males Society and Culture Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_65_74'
    );

Measure “Males Society and Culture Age 65-74 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_65_74',
      'denominator'
    );

Measure “Males Society and Culture Age 65-74 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.125. Males Society and Culture Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_75_84'
    );

Measure “Males Society and Culture Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_75_84'
    );

Measure “Males Society and Culture Age 75-84 years” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_75_84',
      'denominator'
    );

Measure “Males Society and Culture Age 75-84 years” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.126. Males Society and Culture Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Society and Culture Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_85ov'
    );

Measure “Males Society and Culture Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_85ov'
    );

Measure “Males Society and Culture Age 85 years and over” percent of “Males Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Society_Cult_85ov',
      'denominator'
    );

Measure “Males Society and Culture Age 85 years and over” percent of “Males Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Society_Cult_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.127. Males Total Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_15_24'
    );

Measure “Males Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_15_24'
    );

Measure “Males Total Age 15-24 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_15_24',
      'denominator'
    );

Measure “Males Total Age 15-24 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.128. Males Total Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_25_34'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_25_34',
      'denominator'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.129. Males Total Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_35_44'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_35_44',
      'denominator'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.130. Males Total Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_45_54'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_45_54',
      'denominator'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.131. Males Total Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_55_64'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_55_64',
      'denominator'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.132. Males Total Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_65_74'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_65_74',
      'denominator'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.133. Males Total Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_75_84'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_75_84',
      'denominator'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.2.134. Males Total Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Males Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_85_years_and_over'
    );

Measure “Males Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_85_years_and_over'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41A_M_Tot_85_years_and_over',
      'denominator'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41A_M_Tot_85_years_and_over',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4. Persons Architecture and Building TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_Tot'
    );

Measure “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_Tot'
    );

Measure “Persons Architecture and Building Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_Tot',
      'denominator'
    );

Measure “Persons Architecture and Building Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.1. Persons Architecture and Building Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_15_24'
    );

Measure “Persons Architecture and Building Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_15_24'
    );

Measure “Persons Architecture and Building Age 15-24 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_15_24',
      'denominator'
    );

Measure “Persons Architecture and Building Age 15-24 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.2. Persons Architecture and Building Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_25_34'
    );

Measure “Persons Architecture and Building Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_25_34'
    );

Measure “Persons Architecture and Building Age 25-34 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_25_34',
      'denominator'
    );

Measure “Persons Architecture and Building Age 25-34 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.3. Persons Architecture and Building Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_35_44'
    );

Measure “Persons Architecture and Building Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_35_44'
    );

Measure “Persons Architecture and Building Age 35-44 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_35_44',
      'denominator'
    );

Measure “Persons Architecture and Building Age 35-44 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.4. Persons Architecture and Building Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_45_54'
    );

Measure “Persons Architecture and Building Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_45_54'
    );

Measure “Persons Architecture and Building Age 45-54 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_45_54',
      'denominator'
    );

Measure “Persons Architecture and Building Age 45-54 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.5. Persons Architecture and Building Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_55_64'
    );

Measure “Persons Architecture and Building Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_55_64'
    );

Measure “Persons Architecture and Building Age 55-64 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_55_64',
      'denominator'
    );

Measure “Persons Architecture and Building Age 55-64 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.6. Persons Architecture and Building Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_65_74'
    );

Measure “Persons Architecture and Building Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_65_74'
    );

Measure “Persons Architecture and Building Age 65-74 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_65_74',
      'denominator'
    );

Measure “Persons Architecture and Building Age 65-74 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.7. Persons Architecture and Building Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_75_84'
    );

Measure “Persons Architecture and Building Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_75_84'
    );

Measure “Persons Architecture and Building Age 75-84 years” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_75_84',
      'denominator'
    );

Measure “Persons Architecture and Building Age 75-84 years” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.4.8. Persons Architecture and Building Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Architecture and Building Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_85ov'
    );

Measure “Persons Architecture and Building Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_85ov'
    );

Measure “Persons Architecture and Building Age 85 years and over” percent of “Persons Architecture and Building Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_ArchtBldng_85ov',
      'denominator'
    );

Measure “Persons Architecture and Building Age 85 years and over” percent of “Persons Architecture and Building Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_ArchtBldng_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Architecture and Building Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5. Persons Creative Arts TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_Tot'
    );

Measure “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_Tot'
    );

Measure “Persons Creative Arts Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_Tot',
      'denominator'
    );

Measure “Persons Creative Arts Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.1. Persons Creative Arts Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_15_24'
    );

Measure “Persons Creative Arts Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_15_24'
    );

Measure “Persons Creative Arts Age 15-24 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_15_24',
      'denominator'
    );

Measure “Persons Creative Arts Age 15-24 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.2. Persons Creative Arts Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_25_34'
    );

Measure “Persons Creative Arts Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_25_34'
    );

Measure “Persons Creative Arts Age 25-34 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_25_34',
      'denominator'
    );

Measure “Persons Creative Arts Age 25-34 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.3. Persons Creative Arts Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_35_44'
    );

Measure “Persons Creative Arts Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_35_44'
    );

Measure “Persons Creative Arts Age 35-44 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_35_44',
      'denominator'
    );

Measure “Persons Creative Arts Age 35-44 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.4. Persons Creative Arts Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_45_54'
    );

Measure “Persons Creative Arts Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_45_54'
    );

Measure “Persons Creative Arts Age 45-54 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_45_54',
      'denominator'
    );

Measure “Persons Creative Arts Age 45-54 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.5. Persons Creative Arts Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_55_64'
    );

Measure “Persons Creative Arts Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_55_64'
    );

Measure “Persons Creative Arts Age 55-64 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_55_64',
      'denominator'
    );

Measure “Persons Creative Arts Age 55-64 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.6. Persons Creative Arts Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_65_74'
    );

Measure “Persons Creative Arts Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_65_74'
    );

Measure “Persons Creative Arts Age 65-74 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_65_74',
      'denominator'
    );

Measure “Persons Creative Arts Age 65-74 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.7. Persons Creative Arts Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_75_84'
    );

Measure “Persons Creative Arts Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_75_84'
    );

Measure “Persons Creative Arts Age 75-84 years” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_75_84',
      'denominator'
    );

Measure “Persons Creative Arts Age 75-84 years” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.5.8. Persons Creative Arts Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Creative Arts Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_85ov'
    );

Measure “Persons Creative Arts Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_85ov'
    );

Measure “Persons Creative Arts Age 85 years and over” percent of “Persons Creative Arts Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Creative_Arts_85ov',
      'denominator'
    );

Measure “Persons Creative Arts Age 85 years and over” percent of “Persons Creative Arts Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Creative_Arts_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Creative Arts Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6. Persons Education TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_Tot'
    );

Measure “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_Tot'
    );

Measure “Persons Education Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_Tot',
      'denominator'
    );

Measure “Persons Education Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.1. Persons Education Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_15_24'
    );

Measure “Persons Education Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_15_24'
    );

Measure “Persons Education Age 15-24 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_15_24',
      'denominator'
    );

Measure “Persons Education Age 15-24 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.2. Persons Education Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_25_34'
    );

Measure “Persons Education Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_25_34'
    );

Measure “Persons Education Age 25-34 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_25_34',
      'denominator'
    );

Measure “Persons Education Age 25-34 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.3. Persons Education Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_35_44'
    );

Measure “Persons Education Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_35_44'
    );

Measure “Persons Education Age 35-44 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_35_44',
      'denominator'
    );

Measure “Persons Education Age 35-44 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.4. Persons Education Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_45_54'
    );

Measure “Persons Education Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_45_54'
    );

Measure “Persons Education Age 45-54 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_45_54',
      'denominator'
    );

Measure “Persons Education Age 45-54 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.5. Persons Education Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_55_64'
    );

Measure “Persons Education Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_55_64'
    );

Measure “Persons Education Age 55-64 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_55_64',
      'denominator'
    );

Measure “Persons Education Age 55-64 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.6. Persons Education Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_65_74'
    );

Measure “Persons Education Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_65_74'
    );

Measure “Persons Education Age 65-74 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_65_74',
      'denominator'
    );

Measure “Persons Education Age 65-74 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.7. Persons Education Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_75_84'
    );

Measure “Persons Education Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_75_84'
    );

Measure “Persons Education Age 75-84 years” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_75_84',
      'denominator'
    );

Measure “Persons Education Age 75-84 years” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.6.8. Persons Education Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Education Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_85ov'
    );

Measure “Persons Education Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_85ov'
    );

Measure “Persons Education Age 85 years and over” percent of “Persons Education Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Educ_85ov',
      'denominator'
    );

Measure “Persons Education Age 85 years and over” percent of “Persons Education Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Educ_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Education Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8. Persons Field of study inadequately described TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_Tot'
    );

Measure “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_Tot'
    );

Measure “Persons Field of study inadequately described Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_Tot',
      'denominator'
    );

Measure “Persons Field of study inadequately described Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.1. Persons Field of study inadequately described Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_15_24'
    );

Measure “Persons Field of study inadequately described Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_15_24'
    );

Measure “Persons Field of study inadequately described Age 15-24 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_15_24',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 15-24 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.2. Persons Field of study inadequately described Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_25_34'
    );

Measure “Persons Field of study inadequately described Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_25_34'
    );

Measure “Persons Field of study inadequately described Age 25-34 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_25_34',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 25-34 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.3. Persons Field of study inadequately described Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_35_44'
    );

Measure “Persons Field of study inadequately described Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_35_44'
    );

Measure “Persons Field of study inadequately described Age 35-44 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_35_44',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 35-44 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.4. Persons Field of study inadequately described Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_45_54'
    );

Measure “Persons Field of study inadequately described Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_45_54'
    );

Measure “Persons Field of study inadequately described Age 45-54 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_45_54',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 45-54 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.5. Persons Field of study inadequately described Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_55_64'
    );

Measure “Persons Field of study inadequately described Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_55_64'
    );

Measure “Persons Field of study inadequately described Age 55-64 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_55_64',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 55-64 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.6. Persons Field of study inadequately described Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_65_74'
    );

Measure “Persons Field of study inadequately described Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_65_74'
    );

Measure “Persons Field of study inadequately described Age 65-74 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_65_74',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 65-74 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.7. Persons Field of study inadequately described Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_75_84'
    );

Measure “Persons Field of study inadequately described Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_75_84'
    );

Measure “Persons Field of study inadequately described Age 75-84 years” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_75_84',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 75-84 years” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.8.8. Persons Field of study inadequately described Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study inadequately described Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_85ov'
    );

Measure “Persons Field of study inadequately described Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_85ov'
    );

Measure “Persons Field of study inadequately described Age 85 years and over” percent of “Persons Field of study inadequately described Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_InadDes_85ov',
      'denominator'
    );

Measure “Persons Field of study inadequately described Age 85 years and over” percent of “Persons Field of study inadequately described Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_InadDes_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study inadequately described Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9. Persons Field of study not stated TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_Tot'
    );

Measure “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_Tot'
    );

Measure “Persons Field of study not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_Tot',
      'denominator'
    );

Measure “Persons Field of study not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.1. Persons Field of study not stated Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_15_24'
    );

Measure “Persons Field of study not stated Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_15_24'
    );

Measure “Persons Field of study not stated Age 15-24 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_15_24',
      'denominator'
    );

Measure “Persons Field of study not stated Age 15-24 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.2. Persons Field of study not stated Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_25_34'
    );

Measure “Persons Field of study not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_25_34'
    );

Measure “Persons Field of study not stated Age 25-34 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_25_34',
      'denominator'
    );

Measure “Persons Field of study not stated Age 25-34 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.3. Persons Field of study not stated Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_35_44'
    );

Measure “Persons Field of study not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_35_44'
    );

Measure “Persons Field of study not stated Age 35-44 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_35_44',
      'denominator'
    );

Measure “Persons Field of study not stated Age 35-44 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.4. Persons Field of study not stated Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_45_54'
    );

Measure “Persons Field of study not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_45_54'
    );

Measure “Persons Field of study not stated Age 45-54 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_45_54',
      'denominator'
    );

Measure “Persons Field of study not stated Age 45-54 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.5. Persons Field of study not stated Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_55_64'
    );

Measure “Persons Field of study not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_55_64'
    );

Measure “Persons Field of study not stated Age 55-64 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_55_64',
      'denominator'
    );

Measure “Persons Field of study not stated Age 55-64 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.6. Persons Field of study not stated Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_65_74'
    );

Measure “Persons Field of study not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_65_74'
    );

Measure “Persons Field of study not stated Age 65-74 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_65_74',
      'denominator'
    );

Measure “Persons Field of study not stated Age 65-74 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.7. Persons Field of study not stated Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_75_84'
    );

Measure “Persons Field of study not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_75_84'
    );

Measure “Persons Field of study not stated Age 75-84 years” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_75_84',
      'denominator'
    );

Measure “Persons Field of study not stated Age 75-84 years” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.9.8. Persons Field of study not stated Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Field of study not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_85ov'
    );

Measure “Persons Field of study not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_85ov'
    );

Measure “Persons Field of study not stated Age 85 years and over” percent of “Persons Field of study not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_FldStd_NS_85ov',
      'denominator'
    );

Measure “Persons Field of study not stated Age 85 years and over” percent of “Persons Field of study not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_FldStd_NS_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Field of study not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10. Persons Food Hospitality and Personal Services TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_Tot'
    );

Measure “Persons Food Hospitality and Personal Services Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.1. Persons Food Hospitality and Personal Services Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Persons Food Hospitality and Personal Services Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_15_24'
    );

Measure “Persons Food Hospitality and Personal Services Age 15-24 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 15-24 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.2. Persons Food Hospitality and Personal Services Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Persons Food Hospitality and Personal Services Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_25_34'
    );

Measure “Persons Food Hospitality and Personal Services Age 25-34 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 25-34 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.3. Persons Food Hospitality and Personal Services Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Persons Food Hospitality and Personal Services Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_35_44'
    );

Measure “Persons Food Hospitality and Personal Services Age 35-44 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 35-44 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.4. Persons Food Hospitality and Personal Services Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Persons Food Hospitality and Personal Services Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_45_54'
    );

Measure “Persons Food Hospitality and Personal Services Age 45-54 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 45-54 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.5. Persons Food Hospitality and Personal Services Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Persons Food Hospitality and Personal Services Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_55_64'
    );

Measure “Persons Food Hospitality and Personal Services Age 55-64 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 55-64 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.6. Persons Food Hospitality and Personal Services Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Persons Food Hospitality and Personal Services Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_65_74'
    );

Measure “Persons Food Hospitality and Personal Services Age 65-74 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 65-74 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.7. Persons Food Hospitality and Personal Services Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Persons Food Hospitality and Personal Services Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_75_84'
    );

Measure “Persons Food Hospitality and Personal Services Age 75-84 years” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 75-84 years” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.10.8. Persons Food Hospitality and Personal Services Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Food Hospitality and Personal Services Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Persons Food Hospitality and Personal Services Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_85ov'
    );

Measure “Persons Food Hospitality and Personal Services Age 85 years and over” percent of “Persons Food Hospitality and Personal Services Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );

Measure “Persons Food Hospitality and Personal Services Age 85 years and over” percent of “Persons Food Hospitality and Personal Services Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Fd_Hosp_Psnl_Svcs_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Food Hospitality and Personal Services Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11. Persons Health TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_Tot'
    );

Measure “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_Tot'
    );

Measure “Persons Health Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_Tot',
      'denominator'
    );

Measure “Persons Health Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.1. Persons Health Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_15_24'
    );

Measure “Persons Health Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_15_24'
    );

Measure “Persons Health Age 15-24 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_15_24',
      'denominator'
    );

Measure “Persons Health Age 15-24 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.2. Persons Health Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_25_34'
    );

Measure “Persons Health Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_25_34'
    );

Measure “Persons Health Age 25-34 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_25_34',
      'denominator'
    );

Measure “Persons Health Age 25-34 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.3. Persons Health Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_35_44'
    );

Measure “Persons Health Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_35_44'
    );

Measure “Persons Health Age 35-44 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_35_44',
      'denominator'
    );

Measure “Persons Health Age 35-44 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.4. Persons Health Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_45_54'
    );

Measure “Persons Health Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_45_54'
    );

Measure “Persons Health Age 45-54 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_45_54',
      'denominator'
    );

Measure “Persons Health Age 45-54 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.5. Persons Health Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_55_64'
    );

Measure “Persons Health Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_55_64'
    );

Measure “Persons Health Age 55-64 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_55_64',
      'denominator'
    );

Measure “Persons Health Age 55-64 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.6. Persons Health Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_65_74'
    );

Measure “Persons Health Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_65_74'
    );

Measure “Persons Health Age 65-74 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_65_74',
      'denominator'
    );

Measure “Persons Health Age 65-74 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.7. Persons Health Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_75_84'
    );

Measure “Persons Health Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_75_84'
    );

Measure “Persons Health Age 75-84 years” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_75_84',
      'denominator'
    );

Measure “Persons Health Age 75-84 years” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.11.8. Persons Health Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Health Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_85ov'
    );

Measure “Persons Health Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_85ov'
    );

Measure “Persons Health Age 85 years and over” percent of “Persons Health Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Health_85ov',
      'denominator'
    );

Measure “Persons Health Age 85 years and over” percent of “Persons Health Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Health_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Health Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12. Persons Information Technology TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_Tot'
    );

Measure “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_Tot'
    );

Measure “Persons Information Technology Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_Tot',
      'denominator'
    );

Measure “Persons Information Technology Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.1. Persons Information Technology Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_15_24'
    );

Measure “Persons Information Technology Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_15_24'
    );

Measure “Persons Information Technology Age 15-24 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_15_24',
      'denominator'
    );

Measure “Persons Information Technology Age 15-24 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.2. Persons Information Technology Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_25_34'
    );

Measure “Persons Information Technology Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_25_34'
    );

Measure “Persons Information Technology Age 25-34 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_25_34',
      'denominator'
    );

Measure “Persons Information Technology Age 25-34 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.3. Persons Information Technology Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_35_44'
    );

Measure “Persons Information Technology Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_35_44'
    );

Measure “Persons Information Technology Age 35-44 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_35_44',
      'denominator'
    );

Measure “Persons Information Technology Age 35-44 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.4. Persons Information Technology Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_45_54'
    );

Measure “Persons Information Technology Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_45_54'
    );

Measure “Persons Information Technology Age 45-54 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_45_54',
      'denominator'
    );

Measure “Persons Information Technology Age 45-54 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.5. Persons Information Technology Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_55_64'
    );

Measure “Persons Information Technology Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_55_64'
    );

Measure “Persons Information Technology Age 55-64 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_55_64',
      'denominator'
    );

Measure “Persons Information Technology Age 55-64 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.6. Persons Information Technology Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_65_74'
    );

Measure “Persons Information Technology Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_65_74'
    );

Measure “Persons Information Technology Age 65-74 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_65_74',
      'denominator'
    );

Measure “Persons Information Technology Age 65-74 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.7. Persons Information Technology Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_75_84'
    );

Measure “Persons Information Technology Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_75_84'
    );

Measure “Persons Information Technology Age 75-84 years” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_75_84',
      'denominator'
    );

Measure “Persons Information Technology Age 75-84 years” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.12.8. Persons Information Technology Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Information Technology Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_85ov'
    );

Measure “Persons Information Technology Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_85ov'
    );

Measure “Persons Information Technology Age 85 years and over” percent of “Persons Information Technology Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_InfoTech_85ov',
      'denominator'
    );

Measure “Persons Information Technology Age 85 years and over” percent of “Persons Information Technology Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_InfoTech_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Information Technology Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13. Persons Management and Commerce TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_Tot'
    );

Measure “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_Tot'
    );

Measure “Persons Management and Commerce Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_Tot',
      'denominator'
    );

Measure “Persons Management and Commerce Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.1. Persons Management and Commerce Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_15_24'
    );

Measure “Persons Management and Commerce Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_15_24'
    );

Measure “Persons Management and Commerce Age 15-24 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_15_24',
      'denominator'
    );

Measure “Persons Management and Commerce Age 15-24 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.2. Persons Management and Commerce Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_25_34'
    );

Measure “Persons Management and Commerce Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_25_34'
    );

Measure “Persons Management and Commerce Age 25-34 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_25_34',
      'denominator'
    );

Measure “Persons Management and Commerce Age 25-34 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.3. Persons Management and Commerce Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_35_44'
    );

Measure “Persons Management and Commerce Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_35_44'
    );

Measure “Persons Management and Commerce Age 35-44 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_35_44',
      'denominator'
    );

Measure “Persons Management and Commerce Age 35-44 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.4. Persons Management and Commerce Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_45_54'
    );

Measure “Persons Management and Commerce Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_45_54'
    );

Measure “Persons Management and Commerce Age 45-54 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_45_54',
      'denominator'
    );

Measure “Persons Management and Commerce Age 45-54 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.5. Persons Management and Commerce Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_55_64'
    );

Measure “Persons Management and Commerce Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_55_64'
    );

Measure “Persons Management and Commerce Age 55-64 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_55_64',
      'denominator'
    );

Measure “Persons Management and Commerce Age 55-64 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.6. Persons Management and Commerce Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_65_74'
    );

Measure “Persons Management and Commerce Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_65_74'
    );

Measure “Persons Management and Commerce Age 65-74 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_65_74',
      'denominator'
    );

Measure “Persons Management and Commerce Age 65-74 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.7. Persons Management and Commerce Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_75_84'
    );

Measure “Persons Management and Commerce Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_75_84'
    );

Measure “Persons Management and Commerce Age 75-84 years” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_75_84',
      'denominator'
    );

Measure “Persons Management and Commerce Age 75-84 years” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.13.8. Persons Management and Commerce Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Management and Commerce Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_85ov'
    );

Measure “Persons Management and Commerce Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_85ov'
    );

Measure “Persons Management and Commerce Age 85 years and over” percent of “Persons Management and Commerce Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Mgnt_Com_85ov',
      'denominator'
    );

Measure “Persons Management and Commerce Age 85 years and over” percent of “Persons Management and Commerce Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Mgnt_Com_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Management and Commerce Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14. Persons Mixed Field Programmes TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_Tot'
    );

Measure “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_Tot'
    );

Measure “Persons Mixed Field Programmes Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_Tot',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.1. Persons Mixed Field Programmes Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_15_24'
    );

Measure “Persons Mixed Field Programmes Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_15_24'
    );

Measure “Persons Mixed Field Programmes Age 15-24 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_15_24',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 15-24 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.2. Persons Mixed Field Programmes Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_25_34'
    );

Measure “Persons Mixed Field Programmes Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_25_34'
    );

Measure “Persons Mixed Field Programmes Age 25-34 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_25_34',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 25-34 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.3. Persons Mixed Field Programmes Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_35_44'
    );

Measure “Persons Mixed Field Programmes Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_35_44'
    );

Measure “Persons Mixed Field Programmes Age 35-44 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_35_44',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 35-44 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.4. Persons Mixed Field Programmes Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_45_54'
    );

Measure “Persons Mixed Field Programmes Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_45_54'
    );

Measure “Persons Mixed Field Programmes Age 45-54 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_45_54',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 45-54 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.5. Persons Mixed Field Programmes Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_55_64'
    );

Measure “Persons Mixed Field Programmes Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_55_64'
    );

Measure “Persons Mixed Field Programmes Age 55-64 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_55_64',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 55-64 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.6. Persons Mixed Field Programmes Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_65_74'
    );

Measure “Persons Mixed Field Programmes Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_65_74'
    );

Measure “Persons Mixed Field Programmes Age 65-74 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_65_74',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 65-74 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.7. Persons Mixed Field Programmes Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_75_84'
    );

Measure “Persons Mixed Field Programmes Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_75_84'
    );

Measure “Persons Mixed Field Programmes Age 75-84 years” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_75_84',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 75-84 years” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.14.8. Persons Mixed Field Programmes Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Mixed Field Programmes Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_85ov'
    );

Measure “Persons Mixed Field Programmes Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_85ov'
    );

Measure “Persons Mixed Field Programmes Age 85 years and over” percent of “Persons Mixed Field Programmes Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_MixFld_Prgm_85ov',
      'denominator'
    );

Measure “Persons Mixed Field Programmes Age 85 years and over” percent of “Persons Mixed Field Programmes Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_MixFld_Prgm_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Mixed Field Programmes Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15. Persons Natural and Physical Sciences TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_Tot'
    );

Measure “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_Tot'
    );

Measure “Persons Natural and Physical Sciences Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_Tot',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.1. Persons Natural and Physical Sciences Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_15_24'
    );

Measure “Persons Natural and Physical Sciences Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_15_24'
    );

Measure “Persons Natural and Physical Sciences Age 15-24 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_15_24',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 15-24 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.2. Persons Natural and Physical Sciences Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_25_34'
    );

Measure “Persons Natural and Physical Sciences Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_25_34'
    );

Measure “Persons Natural and Physical Sciences Age 25-34 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_25_34',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 25-34 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.3. Persons Natural and Physical Sciences Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_35_44'
    );

Measure “Persons Natural and Physical Sciences Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_35_44'
    );

Measure “Persons Natural and Physical Sciences Age 35-44 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_35_44',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 35-44 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.4. Persons Natural and Physical Sciences Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_45_54'
    );

Measure “Persons Natural and Physical Sciences Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_45_54'
    );

Measure “Persons Natural and Physical Sciences Age 45-54 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_45_54',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 45-54 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.5. Persons Natural and Physical Sciences Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_55_64'
    );

Measure “Persons Natural and Physical Sciences Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_55_64'
    );

Measure “Persons Natural and Physical Sciences Age 55-64 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_55_64',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 55-64 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.6. Persons Natural and Physical Sciences Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_65_74'
    );

Measure “Persons Natural and Physical Sciences Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_65_74'
    );

Measure “Persons Natural and Physical Sciences Age 65-74 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_65_74',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 65-74 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.7. Persons Natural and Physical Sciences Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_75_84'
    );

Measure “Persons Natural and Physical Sciences Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_75_84'
    );

Measure “Persons Natural and Physical Sciences Age 75-84 years” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_75_84',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 75-84 years” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.15.8. Persons Natural and Physical Sciences Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Natural and Physical Sciences Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_85ov'
    );

Measure “Persons Natural and Physical Sciences Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_85ov'
    );

Measure “Persons Natural and Physical Sciences Age 85 years and over” percent of “Persons Natural and Physical Sciences Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_NatPhyl_Scn_85ov',
      'denominator'
    );

Measure “Persons Natural and Physical Sciences Age 85 years and over” percent of “Persons Natural and Physical Sciences Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_NatPhyl_Scn_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Natural and Physical Sciences Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16. Persons Society and Culture TotalΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_Tot'
    );

Measure “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_Tot'
    );

Measure “Persons Society and Culture Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_Tot',
      'denominator'
    );

Measure “Persons Society and Culture Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.1. Persons Society and Culture Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_15_24'
    );

Measure “Persons Society and Culture Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_15_24'
    );

Measure “Persons Society and Culture Age 15-24 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_15_24',
      'denominator'
    );

Measure “Persons Society and Culture Age 15-24 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.2. Persons Society and Culture Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_25_34'
    );

Measure “Persons Society and Culture Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_25_34'
    );

Measure “Persons Society and Culture Age 25-34 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_25_34',
      'denominator'
    );

Measure “Persons Society and Culture Age 25-34 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.3. Persons Society and Culture Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_35_44'
    );

Measure “Persons Society and Culture Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_35_44'
    );

Measure “Persons Society and Culture Age 35-44 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_35_44',
      'denominator'
    );

Measure “Persons Society and Culture Age 35-44 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.4. Persons Society and Culture Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_45_54'
    );

Measure “Persons Society and Culture Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_45_54'
    );

Measure “Persons Society and Culture Age 45-54 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_45_54',
      'denominator'
    );

Measure “Persons Society and Culture Age 45-54 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.5. Persons Society and Culture Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_55_64'
    );

Measure “Persons Society and Culture Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_55_64'
    );

Measure “Persons Society and Culture Age 55-64 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_55_64',
      'denominator'
    );

Measure “Persons Society and Culture Age 55-64 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.6. Persons Society and Culture Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_65_74'
    );

Measure “Persons Society and Culture Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_65_74'
    );

Measure “Persons Society and Culture Age 65-74 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_65_74',
      'denominator'
    );

Measure “Persons Society and Culture Age 65-74 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.7. Persons Society and Culture Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_75_84'
    );

Measure “Persons Society and Culture Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_75_84'
    );

Measure “Persons Society and Culture Age 75-84 years” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_75_84',
      'denominator'
    );

Measure “Persons Society and Culture Age 75-84 years” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.16.8. Persons Society and Culture Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Society and Culture Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_85ov'
    );

Measure “Persons Society and Culture Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_85ov'
    );

Measure “Persons Society and Culture Age 85 years and over” percent of “Persons Society and Culture Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Society_Cult_85ov',
      'denominator'
    );

Measure “Persons Society and Culture Age 85 years and over” percent of “Persons Society and Culture Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Society_Cult_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Society and Culture Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.17. Persons Total Age 15-24 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 15-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_15_24'
    );

Measure “Persons Total Age 15-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_15_24'
    );

Measure “Persons Total Age 15-24 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_15_24',
      'denominator'
    );

Measure “Persons Total Age 15-24 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_15_24',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.18. Persons Total Age 25-34 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_25_34'
    );

Measure “Persons Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_25_34'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_25_34',
      'denominator'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_25_34',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.19. Persons Total Age 35-44 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_35_44'
    );

Measure “Persons Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_35_44'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_35_44',
      'denominator'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_35_44',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.20. Persons Total Age 45-54 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_45_54'
    );

Measure “Persons Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_45_54'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41B_P_Tot_45_54',
      'denominator'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41B_P_Tot_45_54',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.21. Persons Total Age 55-64 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_55_64'
    );

Measure “Persons Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_55_64'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_55_64',
      'denominator'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_55_64',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.22. Persons Total Age 65-74 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_65_74'
    );

Measure “Persons Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_65_74'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_65_74',
      'denominator'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_65_74',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.23. Persons Total Age 75-84 yearsΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_75_84'
    );

Measure “Persons Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_75_84'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_75_84',
      'denominator'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_75_84',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.36.24. Persons Total Age 85 years and overΒΆ

Non-School Qualification: Field of Study

Measure “Persons Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B41C_P_Tot_85ov',
      'denominator'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B41C_P_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37. Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_P'
    );

Measure “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_P'
    );

Measure “Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_P',
      'denominator'
    );

Measure “Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Total (Persons)

3.3.37.1. Infants Primary Catholic (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Catholic (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_P'
    );

Measure “Infants Primary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_P'
    );

Measure “Infants Primary Catholic (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_P',
      'denominator'
    );

Measure “Infants Primary Catholic (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Infants Primary Catholic (Persons)

3.3.37.1.1. Infants Primary Catholic (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Catholic (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_F'
    );

Measure “Infants Primary Catholic (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_F'
    );

Measure “Infants Primary Catholic (Females)” percent of “Infants Primary Catholic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_F',
      'denominator'
    );

Measure “Infants Primary Catholic (Females)” percent of “Infants Primary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Catholic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.1.2. Infants Primary Catholic (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Catholic (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_M'
    );

Measure “Infants Primary Catholic (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_M'
    );

Measure “Infants Primary Catholic (Males)” percent of “Infants Primary Catholic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Catholic_M',
      'denominator'
    );

Measure “Infants Primary Catholic (Males)” percent of “Infants Primary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Catholic_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Catholic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.2. Infants Primary Government (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Government (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_P'
    );

Measure “Infants Primary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_P'
    );

Measure “Infants Primary Government (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_P',
      'denominator'
    );

Measure “Infants Primary Government (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Infants Primary Government (Persons)

3.3.37.2.1. Infants Primary Government (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Government (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_F'
    );

Measure “Infants Primary Government (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_F'
    );

Measure “Infants Primary Government (Females)” percent of “Infants Primary Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_F',
      'denominator'
    );

Measure “Infants Primary Government (Females)” percent of “Infants Primary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.2.2. Infants Primary Government (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Government (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_M'
    );

Measure “Infants Primary Government (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_M'
    );

Measure “Infants Primary Government (Males)” percent of “Infants Primary Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Government_M',
      'denominator'
    );

Measure “Infants Primary Government (Males)” percent of “Infants Primary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Government_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.3. Infants Primary Other Non Government (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Other Non Government (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_P'
    );

Measure “Infants Primary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_P'
    );

Measure “Infants Primary Other Non Government (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_P',
      'denominator'
    );

Measure “Infants Primary Other Non Government (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Infants Primary Other Non Government (Persons)

3.3.37.3.1. Infants Primary Other Non Government (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Other Non Government (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_F'
    );

Measure “Infants Primary Other Non Government (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_F'
    );

Measure “Infants Primary Other Non Government (Females)” percent of “Infants Primary Other Non Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_F',
      'denominator'
    );

Measure “Infants Primary Other Non Government (Females)” percent of “Infants Primary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Other Non Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.3.2. Infants Primary Other Non Government (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Other Non Government (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_M'
    );

Measure “Infants Primary Other Non Government (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_M'
    );

Measure “Infants Primary Other Non Government (Males)” percent of “Infants Primary Other Non Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_M',
      'denominator'
    );

Measure “Infants Primary Other Non Government (Males)” percent of “Infants Primary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infnts_Primry_Othr_Non_Govt_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Other Non Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.4. Infants Primary Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_P'
    );

Measure “Infants Primary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_P'
    );

Measure “Infants Primary Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_P',
      'denominator'
    );

Measure “Infants Primary Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Infants Primary Total (Persons)

3.3.37.4.1. Infants Primary Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_F'
    );

Measure “Infants Primary Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_F'
    );

Measure “Infants Primary Total (Females)” percent of “Infants Primary Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_F',
      'denominator'
    );

Measure “Infants Primary Total (Females)” percent of “Infants Primary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.4.2. Infants Primary Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Infants Primary Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_M'
    );

Measure “Infants Primary Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_M'
    );

Measure “Infants Primary Total (Males)” percent of “Infants Primary Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Infants_Primary_Tot_M',
      'denominator'
    );

Measure “Infants Primary Total (Males)” percent of “Infants Primary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Infants_Primary_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Infants Primary Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.5. Other type of educational institution Full Part time student status not stated (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full Part time student status not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_P'
    );

Measure “Other type of educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_P'
    );

Measure “Other type of educational institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_P',
      'denominator'
    );

Measure “Other type of educational institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.5.1. Other type of educational institution Full Part time student status not stated (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full Part time student status not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_F'
    );

Measure “Other type of educational institution Full Part time student status not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_F'
    );

Measure “Other type of educational institution Full Part time student status not stated (Females)” percent of “Other type of educational institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_F',
      'denominator'
    );

Measure “Other type of educational institution Full Part time student status not stated (Females)” percent of “Other type of educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.5.2. Other type of educational institution Full Part time student status not stated (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full Part time student status not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_M'
    );

Measure “Other type of educational institution Full Part time student status not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_M'
    );

Measure “Other type of educational institution Full Part time student status not stated (Males)” percent of “Other type of educational institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_M',
      'denominator'
    );

Measure “Other type of educational institution Full Part time student status not stated (Males)” percent of “Other type of educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Oth_typ_ed_instit_F_Pt_ns_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.6. Other type of educational institution Full time student (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full time student (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_P'
    );

Measure “Other type of educational institution Full time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_P'
    );

Measure “Other type of educational institution Full time student (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_P',
      'denominator'
    );

Measure “Other type of educational institution Full time student (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.6.1. Other type of educational institution Full time student (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full time student (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_F'
    );

Measure “Other type of educational institution Full time student (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_F'
    );

Measure “Other type of educational institution Full time student (Females)” percent of “Other type of educational institution Full time student (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_F',
      'denominator'
    );

Measure “Other type of educational institution Full time student (Females)” percent of “Other type of educational institution Full time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Full time student (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.6.2. Other type of educational institution Full time student (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Full time student (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_M'
    );

Measure “Other type of educational institution Full time student (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_M'
    );

Measure “Other type of educational institution Full time student (Males)” percent of “Other type of educational institution Full time student (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_M',
      'denominator'
    );

Measure “Other type of educational institution Full time student (Males)” percent of “Other type of educational institution Full time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Ft_stud_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Full time student (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.7. Other type of educational institution Part time student (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Part time student (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_P'
    );

Measure “Other type of educational institution Part time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_P'
    );

Measure “Other type of educational institution Part time student (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_P',
      'denominator'
    );

Measure “Other type of educational institution Part time student (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.7.1. Other type of educational institution Part time student (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Part time student (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_F'
    );

Measure “Other type of educational institution Part time student (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_F'
    );

Measure “Other type of educational institution Part time student (Females)” percent of “Other type of educational institution Part time student (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_F',
      'denominator'
    );

Measure “Other type of educational institution Part time student (Females)” percent of “Other type of educational institution Part time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Part time student (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.7.2. Other type of educational institution Part time student (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Part time student (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_M'
    );

Measure “Other type of educational institution Part time student (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_M'
    );

Measure “Other type of educational institution Part time student (Males)” percent of “Other type of educational institution Part time student (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_M',
      'denominator'
    );

Measure “Other type of educational institution Part time student (Males)” percent of “Other type of educational institution Part time student (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Othr_typ_educ_inst_Pt_stud_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Part time student (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.8. Other type of educational institution Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_P'
    );

Measure “Other type of educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_P'
    );

Measure “Other type of educational institution Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_P',
      'denominator'
    );

Measure “Other type of educational institution Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Other type of educational institution Total (Persons)

3.3.37.8.1. Other type of educational institution Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_F'
    );

Measure “Other type of educational institution Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_F'
    );

Measure “Other type of educational institution Total (Females)” percent of “Other type of educational institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_F',
      'denominator'
    );

Measure “Other type of educational institution Total (Females)” percent of “Other type of educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.8.2. Other type of educational institution Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Other type of educational institution Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_M'
    );

Measure “Other type of educational institution Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_M'
    );

Measure “Other type of educational institution Total (Males)” percent of “Other type of educational institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Other_type_educ_instit_Tot_M',
      'denominator'
    );

Measure “Other type of educational institution Total (Males)” percent of “Other type of educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Other_type_educ_instit_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Other type of educational institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.9. Pre school (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Pre school (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_P'
    );

Measure “Pre school (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_P'
    );

Measure “Pre school (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_P',
      'denominator'
    );

Measure “Pre school (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Pre school (Persons)

3.3.37.9.1. Pre school (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Pre school (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_F'
    );

Measure “Pre school (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_F'
    );

Measure “Pre school (Females)” percent of “Pre school (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_F',
      'denominator'
    );

Measure “Pre school (Females)” percent of “Pre school (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Pre school (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.9.2. Pre school (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Pre school (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_M'
    );

Measure “Pre school (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_M'
    );

Measure “Pre school (Males)” percent of “Pre school (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Pre_school_M',
      'denominator'
    );

Measure “Pre school (Males)” percent of “Pre school (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Pre_school_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Pre school (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.10. Secondary Catholic (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Catholic (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_P'
    );

Measure “Secondary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_P'
    );

Measure “Secondary Catholic (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_P',
      'denominator'
    );

Measure “Secondary Catholic (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Secondary Catholic (Persons)

3.3.37.10.1. Secondary Catholic (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Catholic (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_F'
    );

Measure “Secondary Catholic (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_F'
    );

Measure “Secondary Catholic (Females)” percent of “Secondary Catholic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_F',
      'denominator'
    );

Measure “Secondary Catholic (Females)” percent of “Secondary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Catholic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.10.2. Secondary Catholic (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Catholic (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_M'
    );

Measure “Secondary Catholic (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_M'
    );

Measure “Secondary Catholic (Males)” percent of “Secondary Catholic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Catholic_M',
      'denominator'
    );

Measure “Secondary Catholic (Males)” percent of “Secondary Catholic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Catholic_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Catholic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.11. Secondary Government (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Government (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_P'
    );

Measure “Secondary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_P'
    );

Measure “Secondary Government (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_P',
      'denominator'
    );

Measure “Secondary Government (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Secondary Government (Persons)

3.3.37.11.1. Secondary Government (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Government (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_F'
    );

Measure “Secondary Government (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_F'
    );

Measure “Secondary Government (Females)” percent of “Secondary Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_F',
      'denominator'
    );

Measure “Secondary Government (Females)” percent of “Secondary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.11.2. Secondary Government (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Government (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_M'
    );

Measure “Secondary Government (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_M'
    );

Measure “Secondary Government (Males)” percent of “Secondary Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Government_M',
      'denominator'
    );

Measure “Secondary Government (Males)” percent of “Secondary Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Government_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.12. Secondary Other Non Government (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Other Non Government (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_P'
    );

Measure “Secondary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_P'
    );

Measure “Secondary Other Non Government (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_P',
      'denominator'
    );

Measure “Secondary Other Non Government (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Secondary Other Non Government (Persons)

3.3.37.12.1. Secondary Other Non Government (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Other Non Government (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_F'
    );

Measure “Secondary Other Non Government (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_F'
    );

Measure “Secondary Other Non Government (Females)” percent of “Secondary Other Non Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_F',
      'denominator'
    );

Measure “Secondary Other Non Government (Females)” percent of “Secondary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Other Non Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.12.2. Secondary Other Non Government (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Other Non Government (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_M'
    );

Measure “Secondary Other Non Government (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_M'
    );

Measure “Secondary Other Non Government (Males)” percent of “Secondary Other Non Government (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Other_Non_Govt_M',
      'denominator'
    );

Measure “Secondary Other Non Government (Males)” percent of “Secondary Other Non Government (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Other_Non_Govt_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Other Non Government (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.13. Secondary Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_P'
    );

Measure “Secondary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_P'
    );

Measure “Secondary Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_P',
      'denominator'
    );

Measure “Secondary Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Secondary Total (Persons)

3.3.37.13.1. Secondary Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_F'
    );

Measure “Secondary Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_F'
    );

Measure “Secondary Total (Females)” percent of “Secondary Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_F',
      'denominator'
    );

Measure “Secondary Total (Females)” percent of “Secondary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.13.2. Secondary Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Secondary Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_M'
    );

Measure “Secondary Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_M'
    );

Measure “Secondary Total (Males)” percent of “Secondary Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Secondary_Tot_M',
      'denominator'
    );

Measure “Secondary Total (Males)” percent of “Secondary Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Secondary_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Secondary Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.14. Technical or Further Educational institution Full Part time student status not stated (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full Part time student status not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_P'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_P'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.14.1. Technical or Further Educational institution Full Part time student status not stated (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full Part time student status not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_F'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_F'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Females)” percent of “Technical or Further Educational institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Females)” percent of “Technical or Further Educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.14.2. Technical or Further Educational institution Full Part time student status not stated (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full Part time student status not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_M'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_M'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Males)” percent of “Technical or Further Educational institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Full Part time student status not stated (Males)” percent of “Technical or Further Educational institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_F_Pt_ns_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.15. Technical or Further Educational institution Full time student Aged 15-24 years (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_P'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_P'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.15.1. Technical or Further Educational institution Full time student Aged 15-24 years (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_F'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_F'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Females)” percent of “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Females)” percent of “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.15.2. Technical or Further Educational institution Full time student Aged 15-24 years (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_M'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_M'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Males)” percent of “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 15-24 years (Males)” percent of “Technical or Further Educational institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_15_24_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.16. Technical or Further Educational institution Full time student Aged 25 years and over (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_P'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_P'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.16.1. Technical or Further Educational institution Full time student Aged 25 years and over (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_F'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_F'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Females)” percent of “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Females)” percent of “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.16.2. Technical or Further Educational institution Full time student Aged 25 years and over (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_M'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_M'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Males)” percent of “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Full time student Aged 25 years and over (Males)” percent of “Technical or Further Educational institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Ft_25_ov_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Full time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.17. Technical or Further Educational institution Part time student Aged 15-24 years (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_P'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_P'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.17.1. Technical or Further Educational institution Part time student Aged 15-24 years (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_F'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_F'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Females)” percent of “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Females)” percent of “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Part time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.17.2. Technical or Further Educational institution Part time student Aged 15-24 years (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_M'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_M'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Males)” percent of “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 15-24 years (Males)” percent of “Technical or Further Educational institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_15_24_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Part time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.18. Technical or Further Educational institution Part time student Aged 25 years and over (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_P'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_P'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.18.1. Technical or Further Educational institution Part time student Aged 25 years and over (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_F'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_F'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Females)” percent of “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Females)” percent of “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Part time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.18.2. Technical or Further Educational institution Part time student Aged 25 years and over (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_M'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_M'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Males)” percent of “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Part time student Aged 25 years and over (Males)” percent of “Technical or Further Educational institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Pt_25_ov_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Part time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.19. Technical or Further Educational institution Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_P'
    );

Measure “Technical or Further Educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_P'
    );

Measure “Technical or Further Educational institution Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_P',
      'denominator'
    );

Measure “Technical or Further Educational institution Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.19.1. Technical or Further Educational institution Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_F'
    );

Measure “Technical or Further Educational institution Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_F'
    );

Measure “Technical or Further Educational institution Total (Females)” percent of “Technical or Further Educational institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_F',
      'denominator'
    );

Measure “Technical or Further Educational institution Total (Females)” percent of “Technical or Further Educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.19.2. Technical or Further Educational institution Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Technical or Further Educational institution Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_M'
    );

Measure “Technical or Further Educational institution Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_M'
    );

Measure “Technical or Further Educational institution Total (Males)” percent of “Technical or Further Educational institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_M',
      'denominator'
    );

Measure “Technical or Further Educational institution Total (Males)” percent of “Technical or Further Educational institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tec_Furt_Educ_inst_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Technical or Further Educational institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.20. Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_F'
    );

Measure “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_F'
    );

Measure “Total (Females)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_F',
      'denominator'
    );

Measure “Total (Females)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.21. Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_M'
    );

Measure “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_M'
    );

Measure “Total (Males)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Tot_M',
      'denominator'
    );

Measure “Total (Males)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.22. Type of educational institution not stated (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Type of educational institution not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_P'
    );

Measure “Type of educational institution not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_P'
    );

Measure “Type of educational institution not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_P',
      'denominator'
    );

Measure “Type of educational institution not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Type of educational institution not stated (Persons)

3.3.37.22.1. Type of educational institution not stated (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Type of educational institution not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_F'
    );

Measure “Type of educational institution not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_F'
    );

Measure “Type of educational institution not stated (Females)” percent of “Type of educational institution not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_F',
      'denominator'
    );

Measure “Type of educational institution not stated (Females)” percent of “Type of educational institution not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Type of educational institution not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.22.2. Type of educational institution not stated (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “Type of educational institution not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_M'
    );

Measure “Type of educational institution not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_M'
    );

Measure “Type of educational institution not stated (Males)” percent of “Type of educational institution not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Type_educanl_institution_ns_M',
      'denominator'
    );

Measure “Type of educational institution not stated (Males)” percent of “Type of educational institution not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Type_educanl_institution_ns_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Type of educational institution not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.23. University or other Tertiary Institution Full Part time student status not stated (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full Part time student status not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_P'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_P'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.23.1. University or other Tertiary Institution Full Part time student status not stated (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full Part time student status not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_F'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_F'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Females)” percent of “University or other Tertiary Institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Females)” percent of “University or other Tertiary Institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.23.2. University or other Tertiary Institution Full Part time student status not stated (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full Part time student status not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_M'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_M'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Males)” percent of “University or other Tertiary Institution Full Part time student status not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Full Part time student status not stated (Males)” percent of “University or other Tertiary Institution Full Part time student status not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_F_Pt_ns_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full Part time student status not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.24. University or other Tertiary Institution Full time student Aged 15-24 years (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_P'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_P'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.24.1. University or other Tertiary Institution Full time student Aged 15-24 years (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_F'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_F'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Females)” percent of “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Females)” percent of “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.24.2. University or other Tertiary Institution Full time student Aged 15-24 years (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_M'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_M'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Males)” percent of “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 15-24 years (Males)” percent of “University or other Tertiary Institution Full time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_15_24_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.25. University or other Tertiary Institution Full time student Aged 25 years and over (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_P'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_P'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.25.1. University or other Tertiary Institution Full time student Aged 25 years and over (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_F'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_F'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Females)” percent of “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Females)” percent of “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.25.2. University or other Tertiary Institution Full time student Aged 25 years and over (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_M'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_M'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Males)” percent of “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Full time student Aged 25 years and over (Males)” percent of “University or other Tertiary Institution Full time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Ft_25_ov_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Full time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.26. University or other Tertiary Institution Part time student Aged 15-24 years (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_P'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_P'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.26.1. University or other Tertiary Institution Part time student Aged 15-24 years (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_F'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_F'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Females)” percent of “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Females)” percent of “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Part time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.26.2. University or other Tertiary Institution Part time student Aged 15-24 years (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_M'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_M'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Males)” percent of “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 15-24 years (Males)” percent of “University or other Tertiary Institution Part time student Aged 15-24 years (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_15_24_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Part time student Aged 15-24 years (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.27. University or other Tertiary Institution Part time student Aged 25 years and over (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_P'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_P'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.27.1. University or other Tertiary Institution Part time student Aged 25 years and over (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_F'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_F'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Females)” percent of “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Females)” percent of “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Part time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.27.2. University or other Tertiary Institution Part time student Aged 25 years and over (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_M'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_M'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Males)” percent of “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Part time student Aged 25 years and over (Males)” percent of “University or other Tertiary Institution Part time student Aged 25 years and over (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_othr_Tert_Inst_Pt_25_ov_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Part time student Aged 25 years and over (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.28. University or other Tertiary Institution Total (Persons)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_P'
    );

Measure “University or other Tertiary Institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_P'
    );

Measure “University or other Tertiary Institution Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_P',
      'denominator'
    );

Measure “University or other Tertiary Institution Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of University or other Tertiary Institution Total (Persons)

3.3.37.28.1. University or other Tertiary Institution Total (Females)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_F'
    );

Measure “University or other Tertiary Institution Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_F'
    );

Measure “University or other Tertiary Institution Total (Females)” percent of “University or other Tertiary Institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_F',
      'denominator'
    );

Measure “University or other Tertiary Institution Total (Females)” percent of “University or other Tertiary Institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.37.28.2. University or other Tertiary Institution Total (Males)ΒΆ

Type of Educational Institution Attending (Full/Part-Time Student Status)

Measure “University or other Tertiary Institution Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_M'
    );

Measure “University or other Tertiary Institution Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_M'
    );

Measure “University or other Tertiary Institution Total (Males)” percent of “University or other Tertiary Institution Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B15_Uni_other_Tert_Instit_Tot_M',
      'denominator'
    );

Measure “University or other Tertiary Institution Total (Males)” percent of “University or other Tertiary Institution Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B15_Uni_other_Tert_Instit_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:University or other Tertiary Institution Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38. Total (Persons)ΒΆ

Family Composition

Measure “Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Total_P'
    );

Measure “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Total_P'
    );

Measure “Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Total_P',
      'denominator'
    );

Measure “Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1. Couple family with children under 15 and Total (Persons)ΒΆ

Family Composition

Measure “Couple family with children under 15 and Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_Total_P'
    );

Measure “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_Total_P'
    );

Measure “Couple family with children under 15 and Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_Total_P',
      'denominator'
    );

Measure “Couple family with children under 15 and Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1.1. Couple family with children under 15 and dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with children under 15 and dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1.2. Couple family with children under 15 and dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with children under 15 and dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_P'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_P'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1.3. Couple family with children under 15 and no dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with children under 15 and no dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_P'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_P'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_P',
      'denominator'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1.4. Couple family with children under 15 and no dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with children under 15 and no dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.1.5. Couple family with no children (Persons)ΒΆ

Family Composition

Measure “Couple family with no children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_children_P'
    );

Measure “Couple family with no children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_children_P'
    );

Measure “Couple family with no children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_children_P',
      'denominator'
    );

Measure “Couple family with no children (Persons)” percent of “Couple family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_children_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.2. Couple family with Total (Persons)ΒΆ

Family Composition

Measure “Couple family with Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_Total_P'
    );

Measure “Couple family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_Total_P'
    );

Measure “Couple family with Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_Total_P',
      'denominator'
    );

Measure “Couple family with Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.2.1. Couple family with no children under 15 and dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with no children under 15 and dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children (Persons)” percent of “Couple family with Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children (Persons)” percent of “Couple family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.2.2. Couple family with no children under 15 and dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with no children under 15 and dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_P'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_P'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children (Persons)” percent of “Couple family with Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children (Persons)” percent of “Couple family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.2.3. Couple family with no children under 15 and no dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “Couple family with no children under 15 and no dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children (Persons)” percent of “Couple family with Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children (Persons)” percent of “Couple family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.2.4. Couple family with no children under 15 and Total (Persons)ΒΆ

Family Composition

Measure “Couple family with no children under 15 and Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_Total_P'
    );

Measure “Couple family with no children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_Total_P'
    );

Measure “Couple family with no children under 15 and Total (Persons)” percent of “Couple family with Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_Total_P',
      'denominator'
    );

Measure “Couple family with no children under 15 and Total (Persons)” percent of “Couple family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.3. One parent family with children under 15 and Total (Persons)ΒΆ

Family Composition

Measure “One parent family with children under 15 and Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_Total_P'
    );

Measure “One parent family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_Total_P'
    );

Measure “One parent family with children under 15 and Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_Total_P',
      'denominator'
    );

Measure “One parent family with children under 15 and Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.3.1. One parent family with children under 15 and dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with children under 15 and dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_P'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.3.2. One parent family with children under 15 and dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with children under 15 and dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_P'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_P'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.3.3. One parent family with children under 15 and no dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with children under 15 and no dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_P'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_P'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_P',
      'denominator'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.3.4. One parent family with children under 15 and no dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with children under 15 and no dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_P'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children (Persons)” percent of “One parent family with children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.4. One parent family with no children under 15 and Total (Persons)ΒΆ

Family Composition

Measure “One parent family with no children under 15 and Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_Total_P'
    );

Measure “One parent family with no children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_Total_P'
    );

Measure “One parent family with no children under 15 and Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_Total_P',
      'denominator'
    );

Measure “One parent family with no children under 15 and Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.4.1. One parent family with no children under 15 and dependent students and no non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with no children under 15 and dependent students and no non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_P'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_P'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_P',
      'denominator'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.4.2. One parent family with no children under 15 and dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with no children under 15 and dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_P'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_P'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.4.3. One parent family with no children under 15 and no dependent students and non dependent children (Persons)ΒΆ

Family Composition

Measure “One parent family with no children under 15 and no dependent students and non dependent children (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_P'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_P'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_P',
      'denominator'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children (Persons)” percent of “One parent family with no children under 15 and Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.5. One parent family with Total (Persons)ΒΆ

Family Composition

Measure “One parent family with Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_Total_P'
    );

Measure “One parent family with Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_Total_P'
    );

Measure “One parent family with Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_Total_P',
      'denominator'
    );

Measure “One parent family with Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.38.6. Other family (Persons)ΒΆ

Family Composition

Measure “Other family (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Other_family_P'
    );

Measure “Other family (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Other_family_P'
    );

Measure “Other family (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Other_family_P',
      'denominator'
    );

Measure “Other family (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Other_family_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39. Total FamiliesΒΆ

Family Composition

Measure “Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Total_F'
    );

Measure “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Total_F'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1. Couple family with children under 15 and Total FamiliesΒΆ

Family Composition

Measure “Couple family with children under 15 and Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_Total_F'
    );

Measure “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_Total_F'
    );

Measure “Couple family with children under 15 and Total Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_Total_F',
      'denominator'
    );

Measure “Couple family with children under 15 and Total Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1.1. Couple family with children under 15 and dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with children under 15 and dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children Families” percent of “Couple family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );

Measure “Couple family with children under 15 and dependent students and no non dependent children Families” percent of “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1.2. Couple family with children under 15 and dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with children under 15 and dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_F'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_F'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children Families” percent of “Couple family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );

Measure “Couple family with children under 15 and dependent students and non dependent children Families” percent of “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1.3. Couple family with children under 15 and no dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with children under 15 and no dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_F'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_F'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children Families” percent of “Couple family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_F',
      'denominator'
    );

Measure “Couple family with children under 15 and no dependent students and no non dependent children Families” percent of “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1.4. Couple family with children under 15 and no dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with children under 15 and no dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children Families” percent of “Couple family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );

Measure “Couple family with children under 15 and no dependent students and non dependent children Families” percent of “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.1.5. Couple family with no children FamiliesΒΆ

Family Composition

Measure “Couple family with no children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_children_F'
    );

Measure “Couple family with no children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_children_F'
    );

Measure “Couple family with no children Families” percent of “Couple family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_children_F',
      'denominator'
    );

Measure “Couple family with no children Families” percent of “Couple family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_children_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.2. Couple family with Total FamiliesΒΆ

Family Composition

Measure “Couple family with Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_Total_F'
    );

Measure “Couple family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_Total_F'
    );

Measure “Couple family with Total Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_Total_F',
      'denominator'
    );

Measure “Couple family with Total Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.2.1. Couple family with no children under 15 and dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with no children under 15 and dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children Families” percent of “Couple family with Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );

Measure “Couple family with no children under 15 and dependent students and no non dependent children Families” percent of “Couple family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.2.2. Couple family with no children under 15 and dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with no children under 15 and dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_F'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_F'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children Families” percent of “Couple family with Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );

Measure “Couple family with no children under 15 and dependent students and non dependent children Families” percent of “Couple family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.2.3. Couple family with no children under 15 and no dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “Couple family with no children under 15 and no dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children Families” percent of “Couple family with Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );

Measure “Couple family with no children under 15 and no dependent students and non dependent children Families” percent of “Couple family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.2.4. Couple family with no children under 15 and Total FamiliesΒΆ

Family Composition

Measure “Couple family with no children under 15 and Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_Total_F'
    );

Measure “Couple family with no children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_Total_F'
    );

Measure “Couple family with no children under 15 and Total Families” percent of “Couple family with Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_CF_no_ChU15_a_Total_F',
      'denominator'
    );

Measure “Couple family with no children under 15 and Total Families” percent of “Couple family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_CF_no_ChU15_a_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Couple family with Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.3. One parent family with children under 15 and Total FamiliesΒΆ

Family Composition

Measure “One parent family with children under 15 and Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_Total_F'
    );

Measure “One parent family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_Total_F'
    );

Measure “One parent family with children under 15 and Total Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_Total_F',
      'denominator'
    );

Measure “One parent family with children under 15 and Total Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.3.1. One parent family with children under 15 and dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with children under 15 and dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_F'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children Families” percent of “One parent family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );

Measure “One parent family with children under 15 and dependent students and no non dependent children Families” percent of “One parent family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.3.2. One parent family with children under 15 and dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with children under 15 and dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_F'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_F'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children Families” percent of “One parent family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );

Measure “One parent family with children under 15 and dependent students and non dependent children Families” percent of “One parent family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.3.3. One parent family with children under 15 and no dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with children under 15 and no dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_F'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_F'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children Families” percent of “One parent family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_F',
      'denominator'
    );

Measure “One parent family with children under 15 and no dependent students and no non dependent children Families” percent of “One parent family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.3.4. One parent family with children under 15 and no dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with children under 15 and no dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_F'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children Families” percent of “One parent family with children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );

Measure “One parent family with children under 15 and no dependent students and non dependent children Families” percent of “One parent family with children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_ChU15_a_no_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.4. One parent family with no children under 15 and Total FamiliesΒΆ

Family Composition

Measure “One parent family with no children under 15 and Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_Total_F'
    );

Measure “One parent family with no children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_Total_F'
    );

Measure “One parent family with no children under 15 and Total Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_Total_F',
      'denominator'
    );

Measure “One parent family with no children under 15 and Total Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.4.1. One parent family with no children under 15 and dependent students and no non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with no children under 15 and dependent students and no non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_F'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_F'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children Families” percent of “One parent family with no children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_F',
      'denominator'
    );

Measure “One parent family with no children under 15 and dependent students and no non dependent children Families” percent of “One parent family with no children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_no_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.4.2. One parent family with no children under 15 and dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with no children under 15 and dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_F'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_F'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children Families” percent of “One parent family with no children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );

Measure “One parent family with no children under 15 and dependent students and non dependent children Families” percent of “One parent family with no children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_a_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.4.3. One parent family with no children under 15 and no dependent students and non dependent children FamiliesΒΆ

Family Composition

Measure “One parent family with no children under 15 and no dependent students and non dependent children Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_F'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_F'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children Families” percent of “One parent family with no children under 15 and Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_F',
      'denominator'
    );

Measure “One parent family with no children under 15 and no dependent students and non dependent children Families” percent of “One parent family with no children under 15 and Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_no_ChU15_no_DSs_a_NdCh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:One parent family with no children under 15 and Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.5. One parent family with Total FamiliesΒΆ

Family Composition

Measure “One parent family with Total Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_Total_F'
    );

Measure “One parent family with Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_Total_F'
    );

Measure “One parent family with Total Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_OPF_Total_F',
      'denominator'
    );

Measure “One parent family with Total Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_OPF_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.3.39.6. Other family FamiliesΒΆ

Family Composition

Measure “Other family Families” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Other_family_F'
    );

Measure “Other family Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Other_family_F'
    );

Measure “Other family Families” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B25_Other_family_F',
      'denominator'
    );

Measure “Other family Families” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B25_Other_family_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence